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/visualstudio.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/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace deleted file mode 100644 index a9f7052..0000000 --- a/viewer/visualstudio.code-workspace +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | { | ||
2 | "folders": [ | ||
3 | { | ||
4 | "path": "." | ||
5 | } | ||
6 | ], | ||
7 | "settings": { | ||
8 | "editor.tabSize": 2, | ||
9 | "editor.wordBasedSuggestions": false, | ||
10 | "editor.detectIndentation": false, | ||
11 | "files.insertFinalNewline": true, | ||
12 | "files.trimFinalNewlines": true, | ||
13 | "javascript.format.semicolons": "insert", | ||
14 | "typescript.disableAutomaticTypeAcquisition": true, | ||
15 | "i18n-ally.localesPaths": "src/locales", | ||
16 | "i18n-ally.keystyle": "flat", | ||
17 | "i18n-ally.enabledFrameworks": ["vue"], | ||
18 | "i18n-ally.sortKeys": true, | ||
19 | // --- | ||
20 | // Autoformating is done with eslint-prettier | ||
21 | "eslint.enable": true, | ||
22 | "eslint.onIgnoredFiles": "warn", | ||
23 | "vetur.format.enable": false, | ||
24 | "javascript.format.enable": false, | ||
25 | "typescript.format.enable": false, | ||
26 | "html.format.enable": false, | ||
27 | "eslint.format.enable": false, | ||
28 | "editor.formatOnSave": false, | ||
29 | "editor.codeActionsOnSave": { | ||
30 | "source.fixAll.eslint": true, | ||
31 | }, | ||
32 | // --- | ||
33 | }, | ||
34 | } | ||
35 | // Recommended Visual Studio Code extensions: | ||
36 | // - Vetur | ||
37 | // - ESLint | ||
38 | // - i18n Ally | ||
39 | // - SCSS Everywhere | ||
40 | // - SCSS Formatter | ||
41 | // - Debugger for Chrome | ||
42 | // - vscode-icons | ||