fix(vscode): enable Vue framework support in i18n-ally settings (#85)

This commit is contained in:
RainbowBird
2025-03-17 02:27:38 +08:00
committed by GitHub
parent 419699ab2e
commit d03f17983a
+3
View File
@@ -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,