|
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": 0, |
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": 0, |
| 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 | 23 | "editor.renderWhitespace": "none", |
24 | 24 | "workbench.panel.location": "right", |
|
38 | 38 | "terminal.integrated.rendererType": "dom", |
39 | 39 | "editor.tokenColorCustomizations": { |
40 | 40 | "comments": "#d152ff" |
41 | | - } |
| 41 | + }, |
| 42 | + "prettier.requireConfig": true, |
| 43 | + "workbench.colorCustomizations": { |
| 44 | + "[rainbow]": { |
| 45 | + "editor.background": "#000" |
| 46 | + } |
| 47 | + }, |
| 48 | + "workbench.sideBar.location": "left" |
42 | 49 | } |
0 commit comments