diff options
| author | 2023-06-03 13:58:57 +0200 | |
|---|---|---|
| committer | 2023-06-03 13:58:57 +0200 | |
| commit | 21c1552daafbcedbd2e19b0c155ff8db9cff2be0 (patch) | |
| tree | 00d945280a72d30d51acb618ad7257432d1f9e1a /.vscode | |
| parent | [bugfix] Fix first item of thread dereferencing always being skipped (#1858) (diff) | |
| download | gotosocial-21c1552daafbcedbd2e19b0c155ff8db9cff2be0.tar.xz | |
[chore] Update versions, fix lint errors (#1860)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 3cbd1993a..fa26c263e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,9 @@ "go.lintFlags": [ "--fast" ], + "go.vetFlags": [ + "-composites=false ." + ], "eslint.workingDirectories": ["web/source"], "eslint.lintTask.enable": true, "eslint.lintTask.options": "${workspaceFolder}/web/source" |
