Skip to content

Commit 1e8d5ef

Browse files
authored
Some settings changes
1 parent 2fc116f commit 1e8d5ef

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.vscode/settings.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
// Some integration tests take quite long to run, increase the overall limit for now
33
"go.testFlags": ["-timeout", "120s", "-race", "-count", "1"], // , "-short"],
44
"workbench.colorCustomizations": {
5-
"sash.hoverBorder": "#3399ff",
65
"titleBar.activeBackground": "#007fff",
76
"titleBar.activeForeground": "#e7e7e7",
87
"titleBar.inactiveBackground": "#007fff99",
98
"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"
179
},
1810

1911
"files.exclude": {
@@ -32,5 +24,7 @@
3224
".github/workflows/go.yml"
3325
],
3426
"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
3630
}

0 commit comments

Comments
 (0)