From d03f17983adca3715a324b1bf532fe64ff5dcac2 Mon Sep 17 00:00:00 2001 From: RainbowBird Date: Mon, 17 Mar 2025 02:27:38 +0800 Subject: [PATCH] fix(vscode): enable Vue framework support in i18n-ally settings (#85) --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 63dd5dd36..ce00119a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,9 @@ "apps/stage-tamagotchi/src/main/locales" ], "i18n-ally.sortKeys": true, + "i18n-ally.enabledFrameworks": [ + "vue" + ], // Disable the default formatter "prettier.enable": false,