mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-17 18:06:15 -05:00
11 lines
255 B
JSON
11 lines
255 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"editor.tabSize": 2,
|
|
"protoc": {
|
|
"options": [
|
|
"--proto_path=${env.GOPATH}/src/",
|
|
"--proto_path=${env.GOPATH}/src/github.com/google/protobuf/src"
|
|
]
|
|
}
|
|
}
|