We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f9fd8 commit 8682382Copy full SHA for 8682382
.vscode/launch.json
@@ -6,8 +6,7 @@
6
"type": "node",
7
"request": "launch",
8
"runtimeExecutable": "tsx",
9
- "runtimeArgs": ["--inspect-brk"],
10
- "args": ["src/main.ts"],
+ "program": "${workspaceFolder}/src/main.ts",
11
"console": "internalConsole",
12
"internalConsoleOptions": "openOnSessionStart",
13
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"]
0 commit comments