mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
chore: add vscode debug target for specific itest
This commit is contained in:
parent
84a20ff4cd
commit
80687e0b80
1 changed files with 16 additions and 0 deletions
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
|
|
@ -4,6 +4,22 @@
|
|||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug itest",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "exec",
|
||||
"preLaunchTask": "reset before itest",
|
||||
"program": "itest/itest.test",
|
||||
"args": [
|
||||
"-test.v",
|
||||
"-test.run=TestLightningTerminal/test_custom_channels",
|
||||
"-logoutput",
|
||||
"-logdir=${workspaceFolder}/itest/.logs",
|
||||
"-litdexec=${workspaceFolder}/itest/litd-itest",
|
||||
"-btcdexec=${workspaceFolder}/itest/btcd-itest",
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Debug Tests",
|
||||
"type": "node",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue