chore: update workspace setting

This commit is contained in:
Anthony Fu 2021-03-08 14:40:44 +08:00
parent 74812d9bba
commit 0e40c550f8
2 changed files with 14 additions and 7 deletions

View File

@ -5,6 +5,7 @@
"lokalise.i18n-ally",
"antfu.iconify",
"dbaeumer.vscode-eslint",
"voorjaar.windicss-intellisense"
"voorjaar.windicss-intellisense",
"csstools.postcss"
]
}

18
.vscode/settings.json vendored
View File

@ -1,11 +1,17 @@
{
"volar.tsPlugin": true,
"i18n-ally.localesPaths": "locales",
"cSpell.words": ["Vitesse"],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": "locales",
"i18n-ally.sortKeys": true,
"cSpell.words": [
"Vitesse"
],
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPluginStatus": false
"volar.style.defaultLanguage": "postcss",
"volar.tsPlugin": true,
"volar.tsPluginStatus": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"files.associations": {
"*.css": "postcss",
},
}