-
Notifications
You must be signed in to change notification settings - Fork 342
Include device name in run process / default launch.json #4491
Copy link
Copy link
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis 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
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
When running the same app on multiple devices (in this case, using the default generated


launch.json), it's impossible to distinguish between the different instancesIn addition, after selecting another device, and running, VS Code complains about an existing app with the same name
Describe the solution you'd like
The name of the running app to reflect the device.
Describe alternatives you've considered
N/A