Update .vscode/launch.json (#969)

Co-authored-by: Zav Shotan <zshotan@bloomberg.net>
This commit is contained in:
6543 2022-06-15 12:49:37 +02:00 committed by GitHub
parent e06ebd6493
commit 9f7b72f9a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.vscode/launch.json vendored
View file

@ -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",