Skip to content

Commit da9512b

Browse files
committed
Cleanup settings
1 parent b86d2c2 commit da9512b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.vscode/settings.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
// Some integration tests take quite long to run, increase the overall limit for now
33
"go.testFlags": ["-timeout", "120s", "-race", "-count", "1"], // , "-short"],
4-
"workbench.colorCustomizations": {
5-
"titleBar.activeBackground": "#007fff",
6-
"titleBar.activeForeground": "#e7e7e7",
7-
"titleBar.inactiveBackground": "#007fff99",
8-
"titleBar.inactiveForeground": "#e7e7e799",
9-
},
10-
114
"files.exclude": {
125
"**/.git": true,
136
"**/.svn": true,
@@ -17,14 +10,9 @@
1710
"**/Thumbs.db": true,
1811
"**/vendor": true,
1912
},
20-
"gopls": {
21-
"ui.semanticTokens": true,
22-
},
2313
"github-actions.workflows.pinned.workflows": [
2414
".github/workflows/go.yml"
2515
],
2616
"go.testExplorer.showDynamicSubtestsInEditor": true,
2717
"go.lintTool": "golangci-lint",
28-
"todo-tree.tree.showBadges": true,
29-
"todo-tree.tree.disableCompactFolders": true
3018
}

0 commit comments

Comments
 (0)