-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
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
Labels
No labels