Skip to content

Commit 6c97a50

Browse files
committed
vscode(Debug Tests): show the output in the integrated console
Otherwise it's a bit tricky to see what is happening... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b0287bc commit 6c97a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{
55
"type": "node",
66
"request": "launch",
7+
"console": "integratedTerminal",
78
"name": "Debug Tests",
89
"program": "${workspaceRoot}/node_modules/.bin/jest",
910
"cwd": "${workspaceRoot}",

0 commit comments

Comments
 (0)