-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in dartRelates to running Dart programsRelates to running Dart programsin debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Currently the available options for launch.json's "configurations" tag "console" are "terminal" (integrated vscode terminal) or "debugConsole" (integrated vscode debug console).
There should also be the possibility to launch the terminal as an external window to use the systems terminal in a separate window. The integrated terminal in vscode controls a bit fussy and this could improve the workflow for cli apps.
The option could like "console": "externalTerminal".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in dartRelates to running Dart programsRelates to running Dart programsin debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.