Skip to content

Use the launch configuration name as the terminal name #1508

@MikeJCusack

Description

@MikeJCusack

Recreating from microsoft/vscode#80442. This behavior is still present.

Description from linked ticket:

Currently when running or debugging a launch target, the default terminal names are generic and don't reflect the launch target.

This makes it hard to know which terminal relates to which launch, particularly when you have 3 or more launches running.

Example

a Java launch target named Debug (Launch) - webapp results in a terminal named 2: Java Debug Console . I suggest that the terminal name becomes Debug (Launch) - webapp or alternatively support an override field in the launch.json to configure per launch target.

It was stated that this behavior is controlled by the debugger. Please implement this functionality for the Java debugger.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions