1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-16 00:48:14 -04:00
v2fly/.vscode/settings.json

13 lines
272 B
JSON
Raw Normal View History

2016-01-21 18:53:58 -05:00
// Place your settings in this file to overwrite default and user settings.
{
2016-05-28 07:44:11 -04:00
"editor.tabSize": 2,
2016-09-17 18:41:21 -04:00
"go.buildTags": "json",
"protoc": {
"options": [
"--proto_path=$GOPATH/src/",
"--proto_path=$GOPATH/src/github.com/google/protobuf/src"
]
}
2016-01-21 18:53:58 -05:00
}