Compare commits

1 Commits

Author SHA1 Message Date
Raph
423942d65e fix(extensions.json): Extensions recommandées 2026-04-16 20:50:24 +02:00

View File

@@ -4,13 +4,13 @@
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": [
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"Vue.volar", "Vue.volar",
"atommaterial.a-file-icon-vscode" "atommaterial.a-file-icon-vscode"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
] ]
} }