Danny Tuppeny
Danny Tuppeny
> this is not expected from 8.12.2 -> 9.0/9.1. There were no changes to ledger requiring a replay between these versions. I would look into your deployment logic and make...
> Running `flutter run` directly exposes DevTools and the URL. I don't know how it's meant to be when an editor runs it Usually, an editor will start its own...
I pushed a fix to ensure the sidebar URL is passed through `exposeUrl()` and it gets further, but it fails because the sidebar is trying to connect to the Dart...
@kenzieschmoll also, I thought DevTools was no longer minified so I tried changing to the master channel to see if I got a more useful stack trace, but it seemed...
I'm not sure I understand - do you mean neither WebSockets or SSE works, or should WebSockets work? (the error seems to be WebSockets, not SSE... I was sure we...
I see. But does this mean your understanding is that WebSockets are fully supported? The error above seems to be a WebSocket error, but I don't know if it's an...
There are likely multiple issues here. A few issues were fixed above for mapping the URI used in the iframe, however the DTD connection fails from the browser because that's...
I've made a change to expose DTD and provide the exposed URI to DevTools (it's not shipped yet, it requires a bleeding-edge Flutter and changes for https://github.com/Dart-Code/Dart-Code/issues/5271). However, DTD still...
I tested this again on latest code to see what things look like now. Both the stack trace and the error are still minified though so it's not clear what...
@elliette apologies, apparently I never responded to your question above. > Do the VS Code side panels have a different entry point than the main DevTools entrypoint As far as...