chore: move vscode extension recommendations to workspace file (@fehmer) (#6310)

This commit is contained in:
Christian Fehmer 2025-02-26 17:49:12 +01:00 committed by GitHub
parent 95967ef4f1
commit 41ee26a725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 10 deletions

1
.gitignore vendored
View file

@ -71,7 +71,6 @@ node_modules_bak/
#vs code
.vscode/*
.vscode/.*
!.vscode/extensions.json
*.code-workspace
!monkeytype.code-workspace

View file

@ -1,9 +0,0 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"vitest.explorer",
"huntertran.auto-markdown-toc",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}

View file

@ -66,5 +66,13 @@
}
],
"compounds": []
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"vitest.explorer",
"huntertran.auto-markdown-toc",
"dbaeumer.vscode-eslint"
]
}
}