forked from mirrors/gotosocial
4e6625ee2d
* vscode workspace config for debug run + linting * ignore debug build file
6 lines
No EOL
69 B
JSON
6 lines
No EOL
69 B
JSON
{
|
|
"go.lintTool":"golangci-lint",
|
|
"go.lintFlags": [
|
|
"--fast"
|
|
]
|
|
} |