Skip to content

Commit 8aae60d

Browse files
committed
Change output terminal type
1 parent 673042f commit 8aae60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"env": {
2727
"RUST_LOG": "rusty"
2828
},
29-
"terminal": "console"
29+
"terminal": "integrated"
3030
},
3131
{
3232
"type": "lldb",
@@ -51,7 +51,7 @@
5151
"env": {
5252
"RUST_LOG": "rusty"
5353
},
54-
"terminal": "console"
54+
"terminal": "integrated"
5555
},
5656
]
5757
}

0 commit comments

Comments
 (0)