fix: remove obsolete vscode plugin settings #2354

Merged
konrad merged 1 commits from dpschen/vikunja:feat/remove-obsolete-vscode-settings into main 2024-06-10 13:46:23 +00:00

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"