fixed extension configs

This commit is contained in:
Leyla Becker 2025-07-24 00:55:54 -05:00
parent 2d1efd339e
commit bdb615876d
3 changed files with 89 additions and 23 deletions

View file

@ -1,5 +1,5 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["dbaeumer.vscode-eslint", "amodio.tsl-problem-matcher", "ms-vscode.extension-test-runner"]
"recommendations": ["dbaeumer.vscode-eslint"]
}