Skip to content

Possibility to use an external terminal in launch.json for Dart CLI scripts #3434

@Becus25

Description

@Becus25

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    in dartRelates to running Dart programsin debuggingRelates to the debug adapter or process of running debug sessionsis enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions