mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 15:04:17 +00:00
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"
|
|
]
|
|
} |