Add a config for launching the rove executable
This commit is contained in:
parent
b0e076ac1a
commit
fba75960f8
1 changed files with 10 additions and 0 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -13,6 +13,16 @@
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"env": {},
|
"env": {},
|
||||||
"args": [],
|
"args": [],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Launch Rove",
|
||||||
|
"type": "go",
|
||||||
|
"request": "launch",
|
||||||
|
"mode": "auto",
|
||||||
|
"program": "${workspaceFolder}/cmd/rove/main.go",
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
|
"env": {},
|
||||||
|
"args": ["radar"],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue