diff options
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 67b3ba9..f8d83c3 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -6,9 +6,17 @@ | |||
6 | ], | 6 | ], |
7 | "settings": { | 7 | "settings": { |
8 | "editor.formatOnSave": true, | 8 | "editor.formatOnSave": true, |
9 | "editor.wordBasedSuggestions": false, | ||
9 | "javascript.format.semicolons": "insert", | 10 | "javascript.format.semicolons": "insert", |
10 | "typescript.disableAutomaticTypeAcquisition": true, | 11 | "typescript.disableAutomaticTypeAcquisition": true, |
11 | "vue-i18n-ally.localesPaths": "src/locales", | ||
12 | "vue-i18n-ally.keystyle": "flat", | 12 | "vue-i18n-ally.keystyle": "flat", |
13 | "vue-i18n-ally.localesPaths": "src/locales", | ||
14 | "i18n-ally.localesPaths": "src/locales", | ||
13 | } | 15 | } |
14 | } \ No newline at end of file | 16 | } |
17 | // Recommended Visual Studio Code extensions: | ||
18 | // - Vetur | ||
19 | // - Vue i18n Ally | ||
20 | // - SCSS Everywhere | ||
21 | // - Debugger for Chrome | ||
22 | // - vscode-icons | ||