You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The launchRequest doesn't respond until flutter sends an app.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 to launch (or attach) until app.started occurs.
The
launchRequestdoesn't respond untilfluttersends anapp.startedevent, 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.startedoccurs.