"Please click the Dart Debug extension button in the spawned browser window" message doesn't appear when using SDK DAP #4293
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
in flutter
Relates to running Flutter apps
is bug
Milestone
In the old debug adapter, we updated the progress with:
This doesn't happen when using the SDK DAP because it was handled inside the debug adapter.
We should change how this works and detect it from the normal output inside the extension.We can't accessoutput
here, so it needs doing in the DAP.The text was updated successfully, but these errors were encountered: