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

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