Merge pull request #36 from cshaptx4869/patch-8

feat(extensions.json):  vscode开发扩展推荐
This commit is contained in:
Ray Hao 2024-02-29 13:52:45 +08:00 committed by GitHub
commit 1f93dd89a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
{ {
"recommendations": ["Vue.volar", "lokalise.i18n-ally","esbenp.prettier-vscode"] "recommendations": [
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"antfu.unocss",
"lokalise.i18n-ally",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"editorconfig.editorconfig"
]
} }