chsrc/.vscode/extensions.json
2025-06-19 18:09:57 +08:00

12 lines
241 B
JSON

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