Skip to content

Commit 046cfd6

Browse files
authored
Update vscode settings
1 parent 9af048d commit 046cfd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"go.testFlags": ["-race", "-timeout", "20s", "-count", "1"], // , "-short"],
3-
"peacock.color": "#007fff",
2+
"go.testFlags": ["-race", "-timeout", "30s", "-count", "1"], // , "-short"],
43
"workbench.colorCustomizations": {
54
"sash.hoverBorder": "#3399ff",
65
"titleBar.activeBackground": "#007fff",
@@ -27,8 +26,6 @@
2726
},
2827
"gopls": {
2928
"ui.semanticTokens": true,
30-
"ui.navigation.symbolMatcher": "CaseSensitive",
31-
// "ui.navigation.symbolStyle":
3229
},
3330
"github-actions.workflows.pinned.workflows": [
3431
".github/workflows/go.yml"

0 commit comments

Comments
 (0)