1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

vscode settings

This commit is contained in:
v2ray 2016-01-22 00:53:58 +01:00
parent 216faf587c
commit 5ebfc269fd

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