2
2
// Some integration tests take quite long to run, increase the overall limit for now
3
3
"go.testFlags" : [" -timeout" , " 120s" , " -race" , " -count" , " 1" ], // , "-short"],
4
4
"workbench.colorCustomizations" : {
5
- "sash.hoverBorder" : " #3399ff" ,
6
5
"titleBar.activeBackground" : " #007fff" ,
7
6
"titleBar.activeForeground" : " #e7e7e7" ,
8
7
"titleBar.inactiveBackground" : " #007fff99" ,
9
8
"titleBar.inactiveForeground" : " #e7e7e799" ,
10
- "activityBar.activeBackground" : " #3399ff" ,
11
- "activityBar.activeBorder" : " #bf0060" ,
12
- "activityBar.background" : " #3399ff" ,
13
- "activityBar.foreground" : " #15202b" ,
14
- "activityBar.inactiveForeground" : " #15202b99" ,
15
- "activityBarBadge.background" : " #bf0060" ,
16
- "activityBarBadge.foreground" : " #e7e7e7"
17
9
},
18
10
19
11
"files.exclude" : {
32
24
" .github/workflows/go.yml"
33
25
],
34
26
"go.testExplorer.showDynamicSubtestsInEditor" : true ,
35
- "go.lintTool" : " golangci-lint"
27
+ "go.lintTool" : " golangci-lint" ,
28
+ "todo-tree.tree.showBadges" : true ,
29
+ "todo-tree.tree.disableCompactFolders" : true
36
30
}
0 commit comments