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": [
"vue.volar",
"dbaeumer.vscode-eslint",
"antfu.iconify",
"ms-playwright.playwright",
"vitest.explorer",
"yzhang.markdown-all-in-one",
"marquesmps.dockerfile-validator",
"streetsidesoftware.code-spell-checker",
"vscode-icons-team.vscode-icons",
"hediet.vscode-drawio",
"ZixuanChen.vitest-explorer",
"antfu.iconify"
"hediet.vscode-drawio"
]
}
},
"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"]
}