We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46eaddc commit 5b51db1Copy full SHA for 5b51db1
Extension/src/Debugger/configurationProvider.ts
@@ -434,7 +434,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
434
if (newConfig.type === DebuggerType.cppdbg) {
435
newConfig.externalConsole = false;
436
} else {
437
- newConfig.console = "externalTerminal";
+ newConfig.console = "integratedTerminal";
438
}
439
const isWindows: boolean = platformInfo.platform === 'win32';
440
// Extract the .exe path from the defined task.
0 commit comments