diff --git a/.vscode/settings.json b/.vscode/settings.json index 5996e9365..8d949fe0d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,5 @@ { "editor.tabSize": 2, - "go.buildFlags": ["-tags", "json"], - "go.lintFlags": ["-tags", "json"], - "go.vetFlags": ["-tags", "json"] + "go.buildTags": "json" } \ No newline at end of file