From 666eef248b5b328f51bda430098d4a6fa625e9db Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 10 Jun 2024 13:46:21 +0000 Subject: [PATCH] fix: remove obsolete vscode plugin settings (#2354) Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2354 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- .vscode/settings.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6321e3c81..a2731b36f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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"