配置推荐vscode扩展

This commit is contained in:
hooray 2021-10-12 09:46:26 +08:00
parent 07e171bf16
commit 834d8f0b56
2 changed files with 12 additions and 9 deletions

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

@ -0,0 +1,9 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"mikestead.dotenv",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"octref.vetur"
]
}

12
.vscode/settings.json vendored
View File

@ -1,12 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"i18n-ally.localesPaths": [
"src/locales/lang"
],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
}
}