Add a set of recommended VS Code extensions (#3140)

* Add a set of recommended VS Code extensions

* Remove prettier for now

* Remove vscode-open-in-github

That's more of a personal choice
This commit is contained in:
Johannes Klein
2025-10-15 01:52:59 +02:00
committed by GitHub
parent ec96a5e148
commit cde428e6c7
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@@ -95,7 +95,7 @@ artifacts/
*.log *.log
# VisualStudioCode # # VisualStudioCode #
.vscode .vscode/settings.json
# CV Model # # CV Model #
**/assets/**/*.csv **/assets/**/*.csv

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
"wix.vscode-import-cost"
]
}