|
1 | 1 | // Place your settings in this file to overwrite the default settings |
2 | 2 | { |
3 | | - "workbench.colorTheme": "Visual Studio Light", |
4 | | - "eslint.enable": true, |
5 | | - "javascript.validate.enable": false, |
6 | | - "editor.rulers": [80], |
7 | | - "window.zoomLevel": 1, |
8 | | - "files.exclude": { |
9 | | - "**/.DS_Store": true, |
10 | | - "**/.git": true, |
11 | | - "**/node_modules": true, |
12 | | - "**/old_dist_find_assets": true, |
13 | | - "**/tmp": true |
14 | | - }, |
15 | | - "git.autofetch": false, |
16 | | - "editor.minimap.enabled": false, |
17 | | - // NOOOOOOOO |
18 | | - "workbench.editor.enablePreview": true, |
19 | | - "workbench.editor.enablePreviewFromQuickOpen": false, |
20 | | - "workbench.colorTheme": "rainbow", |
21 | | - "indentRainbow.error_color": "", |
| 3 | + "workbench.colorTheme": "Visual Studio Light", |
| 4 | + "eslint.enable": true, |
| 5 | + "javascript.validate.enable": false, |
| 6 | + "editor.rulers": [80], |
| 7 | + "window.zoomLevel": 1, |
| 8 | + "files.exclude": { |
| 9 | + "**/.DS_Store": true, |
| 10 | + "**/.git": true, |
| 11 | + "**/node_modules": true, |
| 12 | + "**/old_dist_find_assets": true, |
| 13 | + "**/tmp": true |
| 14 | + }, |
| 15 | + "git.autofetch": false, |
| 16 | + "editor.minimap.enabled": false, |
| 17 | + // NOOOOOOOO |
| 18 | + "workbench.editor.enablePreview": true, |
| 19 | + "workbench.editor.enablePreviewFromQuickOpen": false, |
| 20 | + "workbench.colorTheme": "rainbow", |
| 21 | + "indentRainbow.error_color": "", |
22 | 22 |
|
23 | | - "editor.renderWhitespace": "none", |
24 | | - "workbench.panel.location": "right", |
25 | | - "gitlens.advanced.messages": { |
26 | | - "suppressShowKeyBindingsNotice": true |
27 | | - }, |
28 | | - "cSpell.userWords": [ |
29 | | - "kase", |
30 | | - "kases", |
31 | | - "mixpanel" |
32 | | - ], |
33 | | - "window.title": "${activeEditorMedium}${separator}${rootName}", |
34 | | - "javascript.updateImportsOnFileMove.enabled": "always", |
35 | | - "typescript.updateImportsOnFileMove.enabled": "always", |
36 | | - "workbench.panel.location": "bottom", |
37 | | - "breadcrumbs.enabled": true, |
38 | | - "editor.formatOnSave": true, |
39 | | - "editor.tabSize": 2, |
40 | | - "editor.tabCompletion": true, |
41 | | - "editor.snippetSuggestions": "top", |
42 | | - "terminal.integrated.rendererType": "dom" |
| 23 | + "editor.renderWhitespace": "none", |
| 24 | + "workbench.panel.location": "right", |
| 25 | + "gitlens.advanced.messages": { |
| 26 | + "suppressShowKeyBindingsNotice": true |
| 27 | + }, |
| 28 | + "cSpell.userWords": ["kase", "kases", "mixpanel"], |
| 29 | + "window.title": "${activeEditorMedium}${separator}${rootName}", |
| 30 | + "javascript.updateImportsOnFileMove.enabled": "always", |
| 31 | + "typescript.updateImportsOnFileMove.enabled": "always", |
| 32 | + "workbench.panel.location": "bottom", |
| 33 | + "breadcrumbs.enabled": true, |
| 34 | + "editor.formatOnSave": true, |
| 35 | + "editor.tabSize": 2, |
| 36 | + "editor.tabCompletion": true, |
| 37 | + "editor.snippetSuggestions": "top", |
| 38 | + "terminal.integrated.rendererType": "dom", |
| 39 | + "editor.tokenColorCustomizations": { |
| 40 | + "comments": "#d152ff" |
| 41 | + } |
43 | 42 | } |
0 commit comments