Skip to content

Commit be1f9d4

Browse files
committedJan 15, 2025
Log debug session from launcher
1 parent 5a77dcc commit be1f9d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.vscode/launch.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"args": ["test"],
1010
"cwd": "${workspaceFolder}/packages/knip",
1111
"runtime": "bun",
12-
"runtimeArgs": ["test"]
12+
"runtimeArgs": ["test"],
13+
"internalConsoleOptions": "openOnSessionStart"
1314
},
1415
{
1516
"type": "bun",

0 commit comments

Comments
 (0)
Please sign in to comment.