Debug Console does not focus immediately when using Flutter SDK DAP #4101
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
in flutter
Relates to running Flutter apps
is bug
relies on sdk changes
Something that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
The
launchRequest
doesn't respond untilflutter
sends anapp.started
event, and VS code uses the response of that request to show the console. We should look at whether we need to delay responding tolaunch
(orattach
) untilapp.started
occurs.The text was updated successfully, but these errors were encountered: