diff options
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 6935f4f..f8d83c3 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -10,12 +10,13 @@ | |||
10 | "javascript.format.semicolons": "insert", | 10 | "javascript.format.semicolons": "insert", |
11 | "typescript.disableAutomaticTypeAcquisition": true, | 11 | "typescript.disableAutomaticTypeAcquisition": true, |
12 | "vue-i18n-ally.keystyle": "flat", | 12 | "vue-i18n-ally.keystyle": "flat", |
13 | "vue-i18n-ally.localesPaths": "src/locales", | ||
13 | "i18n-ally.localesPaths": "src/locales", | 14 | "i18n-ally.localesPaths": "src/locales", |
14 | } | 15 | } |
15 | } | 16 | } |
16 | // Recommended Visual Studio Code extensions: | 17 | // Recommended Visual Studio Code extensions: |
17 | // - Vetur | 18 | // - Vetur |
18 | // - i18n Ally | 19 | // - Vue i18n Ally |
19 | // - SCSS Everywhere | 20 | // - SCSS Everywhere |
20 | // - Debugger for Chrome | 21 | // - Debugger for Chrome |
21 | // - vscode-icons | 22 | // - vscode-icons |