mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +02:00
Update .vscode/launch.json (#969)
Co-authored-by: Zav Shotan <zshotan@bloomberg.net>
This commit is contained in:
parent
e06ebd6493
commit
9f7b72f9a9
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -20,6 +20,16 @@
|
||||
"program": "${workspaceFolder}/cmd/agent/",
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"name": "Go: current file",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"console": "integratedTerminal",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "${file}"
|
||||
},
|
||||
{
|
||||
"name": "Woodpecker UI",
|
||||
"type": "node",
|
||||
|
Loading…
x
Reference in New Issue
Block a user