summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 7856078872f0bbb4a892e8578aa968cae6f2a2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "workbench.editor.enablePreview": false,
  "go.testFlags": ["-v", "-tags=debug", "-race"],
  "go.lintTool": "golangci-lint",
  "go.lintFlags": [
    "--fast"
  ],
  "cSpell.words": [
    "asdf",
    "bbolt",
    "gofiber",
    "stopc",
    "treshholdc"
  ]
}