gotosocial/.vscode/settings.json
f0x52 4e6625ee2d
[feature] add vscode workspace config for linting + debugging (#588)
* vscode workspace config for debug run + linting

* ignore debug build file
2022-06-08 20:26:44 +02:00

6 lines
69 B
JSON

{
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
}