chore(devcontainer): update codespaces config for Vue 3

This commit is contained in:
Fernando Fernández
2023-04-03 12:52:57 +02:00
parent 53b4b97423
commit cedc32114c
3 changed files with 19 additions and 47 deletions
+5 -6
View File
@@ -1,10 +1,10 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"antfu.vite",
"antfu.browse-lite",
"antfu.iconify",
"aaron-bond.better-comments",
"eamodio.gitlens",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
@@ -12,6 +12,5 @@
"lokalise.i18n-ally",
"ryanluker.vscode-coverage-gutters"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
"unwantedRecommendations": ["octref.vetur"]
}