fix(vscode): enable Vue framework support in i18n-ally settings (#85)
This commit is contained in:
Vendored
+3
@@ -7,6 +7,9 @@
|
|||||||
"apps/stage-tamagotchi/src/main/locales"
|
"apps/stage-tamagotchi/src/main/locales"
|
||||||
],
|
],
|
||||||
"i18n-ally.sortKeys": true,
|
"i18n-ally.sortKeys": true,
|
||||||
|
"i18n-ally.enabledFrameworks": [
|
||||||
|
"vue"
|
||||||
|
],
|
||||||
|
|
||||||
// Disable the default formatter
|
// Disable the default formatter
|
||||||
"prettier.enable": false,
|
"prettier.enable": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user