diff options
| author | 2022-06-08 20:26:44 +0200 | |
|---|---|---|
| committer | 2022-06-08 20:26:44 +0200 | |
| commit | 4e6625ee2d0ccd036626287e3a929f10fc109e40 (patch) | |
| tree | 08a0be365efacb893bbf816a4491055b55543673 /.vscode/settings.json | |
| parent | [feature] Add paging via `Link` header for notifications and account statuses... (diff) | |
| download | gotosocial-4e6625ee2d0ccd036626287e3a929f10fc109e40.tar.xz | |
[feature] add vscode workspace config for linting + debugging (#588)
* vscode workspace config for debug run + linting
* ignore debug build file
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..a0304179d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "go.lintTool":"golangci-lint", + "go.lintFlags": [ + "--fast" + ] +}
\ No newline at end of file |
