Add a way to suppress launching the browser when using the web-server device #4511
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
in flutter
Relates to running Flutter apps
is enhancement
Milestone
Usually when using the web-server device we want to open a browser when the app is ready. This isn't the case if we just want the app running in the background (eg. to embed somewhere). We should have some flag (
launch.json
?) to suppress this.The launching is handled in response to the
dart.webLaunchUrl
event.The text was updated successfully, but these errors were encountered: