2016-05-29 10:37:40 -04:00
|
|
|
{
|
|
|
|
"version": "0.1.0",
|
|
|
|
"command": "go",
|
|
|
|
"isShellCommand": true,
|
|
|
|
"showOutput": "always",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"taskName": "build",
|
2016-08-20 14:55:45 -04:00
|
|
|
"args": ["-tags", "json", "v2ray.com/core/..."],
|
2016-05-29 10:37:40 -04:00
|
|
|
"isBuildCommand": true,
|
|
|
|
"problemMatcher": {
|
|
|
|
"owner": "go",
|
|
|
|
"fileLocation": ["relative", "${workspaceRoot}"],
|
|
|
|
"pattern": {
|
|
|
|
"regexp": "^([^:]+\\.go):(\\d+):(.*)",
|
|
|
|
"file": 1,
|
|
|
|
"line": 2,
|
|
|
|
"message": 3
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"taskName": "test",
|
2016-08-20 14:55:45 -04:00
|
|
|
"args": ["-tags", "json", "v2ray.com/core/..."],
|
2016-05-29 10:37:40 -04:00
|
|
|
"isBuildCommand": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
}
|