diff options
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 8c1079e..8315cbb 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -1,20 +1,22 @@ | |||
1 | { | 1 | { |
2 | "folders": [ | 2 | "folders": [ |
3 | { | 3 | { |
4 | "path": "." | 4 | "path": "." |
5 | } | 5 | } |
6 | ], | 6 | ], |
7 | "settings": { | 7 | "settings": { |
8 | "editor.formatOnSave": true, | 8 | "editor.tabSize": 2, |
9 | "editor.wordBasedSuggestions": false, | 9 | "editor.formatOnSave": true, |
10 | "files.insertFinalNewline": true, | 10 | "editor.wordBasedSuggestions": false, |
11 | "files.trimFinalNewlines": true, | 11 | "editor.detectIndentation": false, |
12 | "javascript.format.semicolons": "insert", | 12 | "files.insertFinalNewline": true, |
13 | "typescript.disableAutomaticTypeAcquisition": true, | 13 | "files.trimFinalNewlines": true, |
14 | "vue-i18n-ally.keystyle": "flat", | 14 | "javascript.format.semicolons": "insert", |
15 | "vue-i18n-ally.localesPaths": "src/locales", | 15 | "typescript.disableAutomaticTypeAcquisition": true, |
16 | "i18n-ally.localesPaths": "src/locales", | 16 | "vue-i18n-ally.keystyle": "flat", |
17 | } | 17 | "vue-i18n-ally.localesPaths": "src/locales", |
18 | "i18n-ally.localesPaths": "src/locales", | ||
19 | }, | ||
18 | } | 20 | } |
19 | // Recommended Visual Studio Code extensions: | 21 | // Recommended Visual Studio Code extensions: |
20 | // - Vetur | 22 | // - Vetur |