Danny Tuppeny
Danny Tuppeny
I set up an Ubuntu 25 virtual machine and appear to be able to reproduce this (Flutter 3.35.2 and `master`):
Repros from latest DevTools source which uses: But unfortunately bumping DevTools to the latest Flutter version does _not_ resolve the issue: Passing `--enable-unsafe-swiftshader` silences the warning but does not change...
@bsutton do you happen to know when this _did_ work for you? I tested the previous stable Flutter (from around 3mo ago) and it's still broken in my VM. I...
@kycheng1220 thanks for the additional info! It's odd that this only happens inside of VS Code though. I wonder what's different between it and Chrome (other than VS Code/electron lagging...
@kenzieschmoll yep, we can do that. Although I wonder if it may be better controlling from DevTools (eg. don't send a navigate event)? That way it would apply to both...
I think you're right, although perhaps it could be toggled in a similar way to toggling inspect mode / debug painting etc.? It's probably much more work (which might be...
Ah, I see. I wonder if we should never navigate to code if there is no code editor visible? Eg. if you're already running the inspector side-by-side then it'll navigate...
> +1 for opening the file in the background (as a new temp tab) if there's no code editor open. I should've looked for an API for this before suggesting...
There was a similar request from an IntelliJ user here: https://github.com/flutter/flutter-intellij/issues/6875#issuecomment-1781609838 I do think having it as a toggle in DevTools might be more discoverable (as well as only need...
> CC @DanTup do we expect our post message workaround to be robust? If not, under what conditions is copying from VS code expected to be broken? is there anything...