From 5ebfc269fd1871314b466d03389e0c5a6fb18372 Mon Sep 17 00:00:00 2001 From: v2ray Date: Fri, 22 Jan 2016 00:53:58 +0100 Subject: [PATCH] vscode settings --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..3a216959 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "go.buildFlags": ["-tags=json"], + "go.lintFlags": ["-tags=json"], + "go.vetFlags": ["-tags=json"] +} \ No newline at end of file