diff options
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 40 |
1 files changed, 27 insertions, 13 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 67b3ba9..8315cbb 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -1,14 +1,28 @@ | |||
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 | "javascript.format.semicolons": "insert", | 9 | "editor.formatOnSave": true, |
10 | "typescript.disableAutomaticTypeAcquisition": true, | 10 | "editor.wordBasedSuggestions": false, |
11 | "vue-i18n-ally.localesPaths": "src/locales", | 11 | "editor.detectIndentation": false, |
12 | "vue-i18n-ally.keystyle": "flat", | 12 | "files.insertFinalNewline": true, |
13 | } | 13 | "files.trimFinalNewlines": true, |
14 | } \ No newline at end of file | 14 | "javascript.format.semicolons": "insert", |
15 | "typescript.disableAutomaticTypeAcquisition": true, | ||
16 | "vue-i18n-ally.keystyle": "flat", | ||
17 | "vue-i18n-ally.localesPaths": "src/locales", | ||
18 | "i18n-ally.localesPaths": "src/locales", | ||
19 | }, | ||
20 | } | ||
21 | // Recommended Visual Studio Code extensions: | ||
22 | // - Vetur | ||
23 | // - ESLint | ||
24 | // - Vue i18n Ally | ||
25 | // - SCSS Everywhere | ||
26 | // - SCSS Formatter | ||
27 | // - Debugger for Chrome | ||
28 | // - vscode-icons | ||