|
3 | 3 | "files.trimTrailingWhitespace": true, |
4 | 4 | "editor.formatOnSave": false, |
5 | 5 | "editor.codeActionsOnSave": { |
6 | | - "source.fixAll.eslint": "explicit" |
| 6 | + "source.fixAll.eslint": true |
7 | 7 | }, |
8 | 8 | "workbench.colorCustomizations": { |
9 | 9 | "statusBar.background": "#b85833", |
10 | 10 | "statusBarItem.hoverBackground": "#ce7350", |
11 | | - "statusBar.foreground": "#e7e7e7", |
12 | | - "activityBar.activeBackground": "#ce7350", |
13 | | - "activityBar.background": "#ce7350", |
14 | | - "activityBar.foreground": "#15202b", |
15 | | - "activityBar.inactiveForeground": "#15202b99", |
16 | | - "activityBarBadge.background": "#82dc9b", |
17 | | - "activityBarBadge.foreground": "#15202b", |
18 | | - "commandCenter.border": "#e7e7e799", |
19 | | - "sash.hoverBorder": "#ce7350", |
20 | | - "statusBarItem.remoteBackground": "#b85833", |
21 | | - "statusBarItem.remoteForeground": "#e7e7e7", |
22 | | - "titleBar.activeBackground": "#b85833", |
23 | | - "titleBar.activeForeground": "#e7e7e7", |
24 | | - "titleBar.inactiveBackground": "#b8583399", |
25 | | - "titleBar.inactiveForeground": "#e7e7e799" |
| 11 | + "statusBar.foreground": "#e7e7e7" |
26 | 12 | }, |
27 | 13 | "search.exclude": { |
28 | 14 | "**/dist": true, |
|
0 commit comments