diff options
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 40d8f21..a9f7052 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -14,6 +14,8 @@ | |||
14 | "typescript.disableAutomaticTypeAcquisition": true, | 14 | "typescript.disableAutomaticTypeAcquisition": true, |
15 | "i18n-ally.localesPaths": "src/locales", | 15 | "i18n-ally.localesPaths": "src/locales", |
16 | "i18n-ally.keystyle": "flat", | 16 | "i18n-ally.keystyle": "flat", |
17 | "i18n-ally.enabledFrameworks": ["vue"], | ||
18 | "i18n-ally.sortKeys": true, | ||
17 | // --- | 19 | // --- |
18 | // Autoformating is done with eslint-prettier | 20 | // Autoformating is done with eslint-prettier |
19 | "eslint.enable": true, | 21 | "eslint.enable": true, |