Skip to content

Commit d79e192

Browse files
committed
chore: add VS Code settings
1 parent 963196d commit d79e192

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"go.lintTool": "golangci-lint",
3+
"go.lintFlags": ["--config=${workspaceFolder}/.golangci.yml"],
4+
}

0 commit comments

Comments
 (0)