forked from Mirrors/elk
chore: configure volar completion
This commit is contained in:
parent
31ee71c0d1
commit
79bd9830c9
1 changed files with 18 additions and 16 deletions
34
.vscode/settings.json
vendored
34
.vscode/settings.json
vendored
|
@ -1,27 +1,29 @@
|
||||||
{
|
{
|
||||||
"prettier.enable": false,
|
|
||||||
"editor.codeActionsOnSave": {
|
|
||||||
"source.fixAll.eslint": true
|
|
||||||
},
|
|
||||||
"files.associations": {
|
|
||||||
"*.css": "postcss"
|
|
||||||
},
|
|
||||||
"editor.formatOnSave": false,
|
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"masto",
|
"masto",
|
||||||
"Nuxtodon",
|
"Nuxtodon",
|
||||||
"unmute",
|
"unmute",
|
||||||
"unstorage"
|
"unstorage"
|
||||||
],
|
],
|
||||||
"i18n-ally.localesPaths": [
|
"editor.codeActionsOnSave": {
|
||||||
"locales"
|
"source.fixAll.eslint": true
|
||||||
],
|
},
|
||||||
"i18n-ally.keystyle": "nested",
|
"editor.formatOnSave": false,
|
||||||
"i18n-ally.sourceLanguage": "en-US",
|
"files.associations": {
|
||||||
"i18n-ally.preferredDelimiter": "_",
|
"*.css": "postcss"
|
||||||
"i18n-ally.sortKeys": true,
|
},
|
||||||
"i18n-ally.keysInUse": [
|
"i18n-ally.keysInUse": [
|
||||||
"time_ago_options.*",
|
"time_ago_options.*",
|
||||||
"visibility.*"
|
"visibility.*"
|
||||||
]
|
],
|
||||||
|
"i18n-ally.keystyle": "nested",
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"locales"
|
||||||
|
],
|
||||||
|
"i18n-ally.preferredDelimiter": "_",
|
||||||
|
"i18n-ally.sortKeys": true,
|
||||||
|
"i18n-ally.sourceLanguage": "en-US",
|
||||||
|
"prettier.enable": false,
|
||||||
|
"volar.completion.preferredTagNameCase": "pascal",
|
||||||
|
"volar.completion.preferredAttrNameCase": "kebab"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue