From abdec17d366b7dbfc2565a6e354e065256a7451e Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 18 Jun 2024 17:53:34 +0200 Subject: [PATCH] fix: disable vetur in case it's installed --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index a2731b36f..eea8eb122 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,6 +21,9 @@ "vue" ], + // disable vetur in case it's installed + "vetur.validation.template": false, + // i18n ally "i18n-ally.localesPaths": [ "src/i18n/lang"