Add VS Code extensions

This commit is contained in:
Aoran Zeng
2025-06-19 18:09:57 +08:00
parent 5cde6622b5
commit dd2333f0c8
2 changed files with 12 additions and 0 deletions

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

@@ -0,0 +1,11 @@
{
"recommendations": [
"ms-vscode.cpptools",
"editorconfig.editorconfig",
"redhat.vscode-yaml",
"nefrob.vscode-just-syntax"
],
"unwantedRecommendations": [
"esbenp.prettier-vscode"
]
}