Skip to content

Commit 999bb8b

Browse files
chore: Add cdk-nested to launch.json
1 parent 79c592c commit 999bb8b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.vscode/launch.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@
6969
"type": "node",
7070
"cwd": "${workspaceRoot}/test/cdk-esm"
7171
},
72+
{
73+
"name": "LLDebugger - CDK nested",
74+
"program": "${workspaceRoot}/node_modules/tsx/dist/cli.mjs",
75+
"args": ["../../src/lldebugger.ts", "-c environment=test"],
76+
"request": "launch",
77+
"skipFiles": ["<node_internals>/**"],
78+
"console": "integratedTerminal",
79+
"type": "node",
80+
"cwd": "${workspaceRoot}/test/cdk-nested"
81+
},
82+
{
83+
"name": "LLDebugger - CDK nested - observability",
84+
"program": "${workspaceRoot}/node_modules/tsx/dist/cli.mjs",
85+
"args": ["../../src/lldebugger.ts", "-c environment=test", "-o"],
86+
"request": "launch",
87+
"skipFiles": ["<node_internals>/**"],
88+
"console": "integratedTerminal",
89+
"type": "node",
90+
"cwd": "${workspaceRoot}/test/cdk-nested"
91+
},
7292
{
7393
"name": "LLDebugger - SLS basic",
7494
"program": "${workspaceRoot}/node_modules/tsx/dist/cli.mjs",

0 commit comments

Comments
 (0)