diff options
Diffstat (limited to 'viewer/viewer.code-workspace')
-rw-r--r-- | viewer/viewer.code-workspace | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/viewer/viewer.code-workspace b/viewer/viewer.code-workspace new file mode 100644 index 0000000..22c14b2 --- /dev/null +++ b/viewer/viewer.code-workspace | |||
@@ -0,0 +1,30 @@ | |||
1 | { | ||
2 | "folders": [ | ||
3 | { | ||
4 | "path": "." | ||
5 | } | ||
6 | ], | ||
7 | "settings": { | ||
8 | "editor.tabSize": 2, | ||
9 | "editor.wordBasedSuggestions": false, | ||
10 | "editor.detectIndentation": false, | ||
11 | "editor.formatOnSave": false, | ||
12 | "eslint.format.enable": true, | ||
13 | "editor.codeActionsOnSave": { | ||
14 | "source.fixAll.eslint": true, | ||
15 | }, | ||
16 | "javascript.format.semicolons": "insert", | ||
17 | "i18n-ally.localesPaths": [ | ||
18 | "src/locales" | ||
19 | ], | ||
20 | "i18n-ally.keystyle": "nested", | ||
21 | }, | ||
22 | "extensions": { | ||
23 | "recommendations": [ | ||
24 | "vue.volar", | ||
25 | "dbaeumer.vscode-eslint", | ||
26 | "lokalise.i18n-ally", | ||
27 | "sibiraj-s.vscode-scss-formatter" | ||
28 | ] | ||
29 | } | ||
30 | } | ||