From 830c8402b7db0951a41863ba294eb1287287c5e1 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 25 Jul 2020 09:47:19 +0200 Subject: [PATCH] switch to internal console --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5cc7e61..24a5494 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,7 @@ "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], - "externalConsole": true, + "externalConsole": false, "MIMode": "gdb", "setupCommands": [ {