diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index a2162c2..18adaff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,9 +26,7 @@ "cwd": "${workspaceRoot}/build/package", "environment": [ ], - "windows": { - "externalConsole": false - }, + "externalConsole": false, "MIMode": "gdb", "setupCommands": [ { |