1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-30 19:15:23 +00:00
v2fly/.vscode/settings.json

6 lines
189 B
JSON
Raw Normal View History

2016-01-21 23:53:58 +00:00
// Place your settings in this file to overwrite default and user settings.
{
2016-02-29 22:20:15 +00:00
"go.buildFlags": ["-tags", "json"],
"go.lintFlags": ["-tags", "json"],
"go.vetFlags": ["-tags", "json"]
2016-01-21 23:53:58 +00:00
}