diff options
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 | ||