1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
v2fly/.vscode/settings.json

18 lines
367 B
JSON
Raw Normal View History

2016-01-22 00:53:58 +01:00
// Place your settings in this file to overwrite default and user settings.
{
2016-05-28 13:44:11 +02:00
"editor.tabSize": 2,
2016-12-21 15:37:16 +01:00
"go.lintTool": "gometalinter",
2016-12-21 16:38:48 +01:00
"go.lintFlags": [
"--enable-gc"
],
2016-12-21 16:00:02 +01:00
"go.formatTool": "goimports",
2016-09-18 00:41:21 +02:00
"protoc": {
"options": [
2017-04-12 10:40:21 +02:00
"--proto_path=${env.GOPATH}/src/",
"--proto_path=${env.GOPATH}/src/github.com/google/protobuf/src"
2016-09-18 00:41:21 +02:00
]
}
2017-04-12 10:40:21 +02:00
}