We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b3065 commit f9939deCopy full SHA for f9939de
.vscode/launch.json
@@ -4,6 +4,22 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+ {
8
+ "name": "Debug itest",
9
+ "type": "go",
10
+ "request": "launch",
11
+ "mode": "exec",
12
+ "preLaunchTask": "reset before itest",
13
+ "program": "itest/itest.test",
14
+ "args": [
15
+ "-test.v",
16
+ "-test.run=TestLightningTerminal/test_custom_channels",
17
+ "-logoutput",
18
+ "-logdir=${workspaceFolder}/itest/.logs",
19
+ "-litdexec=${workspaceFolder}/itest/litd-itest",
20
+ "-btcdexec=${workspaceFolder}/itest/btcd-itest",
21
+ ]
22
+ },
23
{
24
"name": "Debug Tests",
25
"type": "node",
0 commit comments