Skip to content

Commit 5b51db1

Browse files
authored
configurationProvider.ts: default cppvsdbg integratedTerminal (#11035)
1 parent 46eaddc commit 5b51db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/Debugger/configurationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
434434
if (newConfig.type === DebuggerType.cppdbg) {
435435
newConfig.externalConsole = false;
436436
} else {
437-
newConfig.console = "externalTerminal";
437+
newConfig.console = "integratedTerminal";
438438
}
439439
const isWindows: boolean = platformInfo.platform === 'win32';
440440
// Extract the .exe path from the defined task.

0 commit comments

Comments
 (0)