Skip to content

Commit 9313999

Browse files
committed
fix cppvsdbg console type when generating config
1 parent e2d7deb commit 9313999

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
@@ -479,7 +479,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
479479
newConfig.externalConsole = false;
480480
break;
481481
case DebuggerType.cppvsdbg:
482-
newConfig.externalConsole = false;
482+
newConfig.console = "integratedTerminal";
483483
break;
484484
}
485485

0 commit comments

Comments
 (0)