add usdtman
This commit is contained in:
23
.vscode/tasks.json
vendored
23
.vscode/tasks.json
vendored
@@ -21,6 +21,27 @@
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "build usdtman",
|
||||
"type": "shell",
|
||||
"command": "go",
|
||||
"args": [
|
||||
"build",
|
||||
"-o",
|
||||
"${workspaceFolder}/servers/usdtman/bin/server",
|
||||
"./cmd/server"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/servers/usdtman"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$go"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user