删除 usdtman

This commit is contained in:
2026-06-01 22:10:00 +08:00
parent f7f7312ff5
commit 3f1c8f68dd
5 changed files with 1 additions and 40 deletions

24
.vscode/tasks.json vendored
View File

@@ -22,28 +22,6 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "build usdtman",
"type": "shell",
"command": "go",
"args": [
"build",
"-buildvcs=false",
"-o",
"${workspaceFolder}/servers/usdtman/bin/server",
"./cmd/server"
],
"options": {
"cwd": "${workspaceFolder}/servers/usdtman"
},
"problemMatcher": [
"$go"
],
"group": {
"kind": "build",
"isDefault": true
}
},
}
]
}