fix(extensions.json): Extensions recommandées

This commit is contained in:
Raph
2026-04-16 20:50:24 +02:00
parent ff4d4cf892
commit 423942d65e

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": [
] ]
} }