1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00
v2fly/.vscode/settings.json
2016-09-18 00:41:21 +02:00

13 lines
272 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"go.buildTags": "json",
"protoc": {
"options": [
"--proto_path=$GOPATH/src/",
"--proto_path=$GOPATH/src/github.com/google/protobuf/src"
]
}
}