fix: remove obsolete vscode plugin settings
All checks were successful
continuous-integration/drone/pr Build is passing

- eslint.packageManager => not necessary
- volar and vetor => obsolete
This commit is contained in:
Dominik Pschenitschni 2024-06-10 15:01:31 +02:00
parent d3d5df5f62
commit e5a029eff3
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -2,7 +2,6 @@
"go.testEnvVars": {
"VIKUNJA_SERVICE_ROOTPATH": "${workspaceRoot}"
},
"eslint.packageManager": "pnpm",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
@ -22,11 +21,6 @@
"vue"
],
"volar.completion.preferredTagNameCase": "pascal",
// disable vetur in case it is installed
"vetur.validation.template": false,
// i18n ally
"i18n-ally.localesPaths": [
"src/i18n/lang"