Switch debug to BotServer and use cargo run
- Change label from "Build & Debug native binary" to "Debug BotServer" - Use cargo run instead of cargo build
This commit is contained in:
parent
37d8fab617
commit
a6df35dae8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"label": "Build & Debug native binary",
|
"label": "Debug BotServer",
|
||||||
"build": {
|
"build": {
|
||||||
"command": "cargo",
|
"command": "cargo",
|
||||||
"args": ["build"]
|
"args": ["run"]
|
||||||
},
|
},
|
||||||
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
|
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue