fix: remove obsolete vscode plugin settings (#2354)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2354 Co-authored-by: Dominik Pschenitschni <mail@celement.de> Co-committed-by: Dominik Pschenitschni <mail@celement.de>
This commit is contained in:
parent
50cf952b01
commit
666eef248b
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -2,7 +2,6 @@
|
|||||||
"go.testEnvVars": {
|
"go.testEnvVars": {
|
||||||
"VIKUNJA_SERVICE_ROOTPATH": "${workspaceRoot}"
|
"VIKUNJA_SERVICE_ROOTPATH": "${workspaceRoot}"
|
||||||
},
|
},
|
||||||
"eslint.packageManager": "pnpm",
|
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll": "explicit"
|
"source.fixAll": "explicit"
|
||||||
@ -22,11 +21,6 @@
|
|||||||
"vue"
|
"vue"
|
||||||
],
|
],
|
||||||
|
|
||||||
"volar.completion.preferredTagNameCase": "pascal",
|
|
||||||
|
|
||||||
// disable vetur in case it is installed
|
|
||||||
"vetur.validation.template": false,
|
|
||||||
|
|
||||||
// i18n ally
|
// i18n ally
|
||||||
"i18n-ally.localesPaths": [
|
"i18n-ally.localesPaths": [
|
||||||
"src/i18n/lang"
|
"src/i18n/lang"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user