-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include device name in run process / default launch.json
#4491
Comments
Can you confirm what you mean by "generated" here? There's no |
From the Run and Debug panel, if you click "create a launch.json file" and then "Dart & Flutter" you get a generic file that makes running an app on multiple devices more cumbersome
|
It used to be the case that we'd only automatically add the device name into the session name if it didn't already have one (eg. if you deleted launch.json and just pressed I've changed this now so as long as your launch config doesn't have an explicit |
Fixed by ae5b6ed. |
Sweet, thanks! |
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
The text was updated successfully, but these errors were encountered: