vscode settings

pull/73/head
v2ray 2016-01-22 00:53:58 +01:00
parent 216faf587c
commit 5ebfc269fd
1 changed files with 6 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -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"]
}