Procházet zdrojové kódy

Removes missing extension from recommendations

main
Eric Amodio před 3 roky
rodič
revize
5837d2a7e5
1 změnil soubory, kde provedl 1 přidání a 6 odebrání
  1. +1
    -6
      .vscode/extensions.json

+ 1
- 6
.vscode/extensions.json Zobrazit soubor

@ -1,10 +1,5 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher",
"esbenp.prettier-vscode",
"ms-vscode.typescript-javascript-grammar"
]
"recommendations": ["dbaeumer.vscode-eslint", "eamodio.tsl-problem-matcher", "esbenp.prettier-vscode"]
}

Načítá se…
Zrušit
Uložit