chore: update workspace setting
This commit is contained in:
parent
74812d9bba
commit
0e40c550f8
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -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
18
.vscode/settings.json
vendored
@ -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",
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user