1
1
{
2
- "editor.formatOnSave" : true ,
3
- "eslint.validate" : [
4
- " typescript"
5
- ],
6
- "eslint.run" : " onType" ,
7
- "eslint.format.enable" : true ,
8
- "mdx.server.enable" : true ,
9
- "editor.codeActionsOnSave" : {
10
- "source.fixAll" : " explicit"
11
- },
12
- "workbench.colorCustomizations" : {
13
- "activityBar.activeBackground" : " #fac977" ,
14
- "activityBar.background" : " #fac977" ,
15
- "activityBar.foreground" : " #15202b" ,
16
- "activityBar.inactiveForeground" : " #15202b99" ,
17
- "activityBarBadge.background" : " #069a62" ,
18
- "activityBarBadge.foreground" : " #e7e7e7" ,
19
- "commandCenter.border" : " #15202b99" ,
20
- "sash.hoverBorder" : " #fac977" ,
21
- "statusBar.background" : " #f8b646" ,
22
- "statusBar.foreground" : " #15202b" ,
23
- "statusBarItem.hoverBackground" : " #f6a315" ,
24
- "statusBarItem.remoteBackground" : " #f8b646" ,
25
- "statusBarItem.remoteForeground" : " #15202b" ,
26
- "titleBar.activeBackground" : " #f8b646" ,
27
- "titleBar.activeForeground" : " #15202b" ,
28
- "titleBar.inactiveBackground" : " #f8b64699" ,
29
- "titleBar.inactiveForeground" : " #15202b99"
30
- },
31
- "peacock.color" : " #f8b646"
32
- }
2
+ "editor.formatOnSave" : true ,
3
+ "eslint.validate" : [" typescript" ],
4
+ "eslint.run" : " onType" ,
5
+ "eslint.format.enable" : true ,
6
+ "mdx.server.enable" : true ,
7
+ "editor.codeActionsOnSave" : {
8
+ "source.fixAll" : " explicit"
9
+ },
10
+ "editor.fontSize" : 16
11
+ }
0 commit comments