Skip to content

Commit 2dd3c24

Browse files
committed
[Issue #43] Send jasmine output to debug console
1 parent 595395d commit 2dd3c24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"ts-node/register"
3232
],
3333
"cwd": "${workspaceRoot}",
34-
"internalConsoleOptions": "openOnSessionStart"
34+
"internalConsoleOptions": "openOnSessionStart",
35+
"outputCapture": "std"
3536
},
3637
{
3738
"name": "ts-node (Current File)",

0 commit comments

Comments
 (0)