diff options
author | pacien | 2022-09-04 18:18:27 +0200 |
---|---|---|
committer | pacien | 2022-09-04 18:18:27 +0200 |
commit | 11bbbae2850b9c45da697a8ed9626495a50a38c0 (patch) | |
tree | ff2713118f8b45d36905bfea2933f08d8e70066d /viewer/viewer.code-workspace | |
parent | e93f7b1eb84c083d67567115284c0002a3a7d5fc (diff) | |
parent | 8349be992b46b77dee921f484cfbff8b758ff756 (diff) | |
download | ldgallery-11bbbae2850b9c45da697a8ed9626495a50a38c0.tar.gz |
Merge branch 'develop': release v2.1v2.1
GitHub: related to #315
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 | } | ||