From 06aaaf970bd10201aa28d779b950f388208a545a Mon Sep 17 00:00:00 2001 From: v2ray Date: Sun, 29 May 2016 16:37:30 +0200 Subject: [PATCH] update build tag settings due to plugin change --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5996e936..8d949fe0 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