mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 17:00:30 +00:00
Update .vscode/launch.json (#969)
Co-authored-by: Zav Shotan <zshotan@bloomberg.net>
This commit is contained in:
parent
e06ebd6493
commit
9f7b72f9a9
1 changed files with 10 additions and 0 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -20,6 +20,16 @@
|
||||||
"program": "${workspaceFolder}/cmd/agent/",
|
"program": "${workspaceFolder}/cmd/agent/",
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Go: current file",
|
||||||
|
"type": "go",
|
||||||
|
"request": "launch",
|
||||||
|
"mode": "debug",
|
||||||
|
"console": "integratedTerminal",
|
||||||
|
"envFile": "${workspaceFolder}/.env",
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
|
"program": "${file}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Woodpecker UI",
|
"name": "Woodpecker UI",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
|
|
Loading…
Reference in a new issue