mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-15 08:46:34 -05:00
update vscode config
This commit is contained in:
parent
b3d9433036
commit
2c6b46ee2d
19
.vscode/tasks.json
vendored
19
.vscode/tasks.json
vendored
@ -1,13 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "2.0.0",
|
||||||
"command": "go",
|
"command": "go",
|
||||||
"isShellCommand": true,
|
"type": "shell",
|
||||||
"showOutput": "always",
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"reveal": "always",
|
||||||
|
"focus": false,
|
||||||
|
"panel": "shared"
|
||||||
|
},
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"taskName": "build",
|
"label": "build",
|
||||||
"args": ["v2ray.com/core/..."],
|
"args": ["v2ray.com/core/..."],
|
||||||
"isBuildCommand": true,
|
"group": "build",
|
||||||
"problemMatcher": {
|
"problemMatcher": {
|
||||||
"owner": "go",
|
"owner": "go",
|
||||||
"fileLocation": ["relative", "${workspaceRoot}"],
|
"fileLocation": ["relative", "${workspaceRoot}"],
|
||||||
@ -20,9 +25,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"taskName": "test",
|
"label": "test",
|
||||||
"args": ["-p", "1", "v2ray.com/core/..."],
|
"args": ["-p", "1", "v2ray.com/core/..."],
|
||||||
"isBuildCommand": false
|
"group": "test"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user