Update necessary extensions for project

This commit is contained in:
Matthias 2024-04-12 20:03:01 +02:00
parent 58f6459ef2
commit 9c2b00058d
2 changed files with 8 additions and 4 deletions

View File

@ -27,15 +27,16 @@
"extensions": [ "extensions": [
"vue.volar", "vue.volar",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"antfu.iconify",
"ms-playwright.playwright",
"vitest.explorer",
"yzhang.markdown-all-in-one", "yzhang.markdown-all-in-one",
"marquesmps.dockerfile-validator", "marquesmps.dockerfile-validator",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"vscode-icons-team.vscode-icons", "vscode-icons-team.vscode-icons",
"hediet.vscode-drawio", "hediet.vscode-drawio"
"ZixuanChen.vitest-explorer",
"antfu.iconify"
] ]
} }
}, },
"postCreateCommand": "yarn install", "postCreateCommand": "yarn install"
} }

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

@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "dbaeumer.vscode-eslint", "antfu.iconify", "ms-playwright.playwright", "vitest.explorer"]
}