Parcourir la source

Removes missing extension from recommendations

main
Eric Amodio il y a 3 ans
Parent
révision
5837d2a7e5
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. +1
    -6
      .vscode/extensions.json

+ 1
- 6
.vscode/extensions.json Voir le fichier

@ -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"]
}

Chargement…
Annuler
Enregistrer