X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fextensions.json;h=93f80c7caf0804bf851c367da2e525b3a9c04f35;hb=6f08178ea990841b8c3c642abcb3a3435768cad2;hp=1b4f357fff2a455120c7aa7cfb68e1fadd266e0a;hpb=f27034e4400f90eb3be04e8b80df1f5654bff4ef;p=benchmarks-js.git diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 1b4f357..93f80c7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,8 +2,9 @@ // See https://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ - "eamodio.gitlens", "EditorConfig.EditorConfig", - "streetsidesoftware.code-spell-checker" + "eamodio.gitlens", + "standard.vscode-standard", + "streetsidesoftware.code-spell-checker", ] }