Danny Tuppeny
Danny Tuppeny
I've updated the title of this slightly to reflect the remaining issue here (that we're downloading a copy of the source instead of mapping it to a local source on...
I don't think we have many good options here. While we could add a general VS Code setting, it would be inconvenient to have to toggle it to change between...
Thanks for the info. I think having a setting for this wouldn't work very well because it would be more effort to turn the setting on (and back off later)...
Unfortunately don't have control over the UI so we can't provide any groupings. We also can't control the ordering except for when there is no prefix typed (as soon as...
@kenzieschmoll @jacob314 FYI... I haven't tracked down what this is yet (the error isn't very useful and doesn't tell me _what_ frame it tried to access), but I tested with...
Here's the stack as text: ``` Error: Blocked a frame with origin "http://127.0.0.1:9100" from accessing a cross-origin frame. at Object.getNativeInterceptor (http://127.0.0.1:9100/main.dart.js:234:24) at Object.getInterceptor$ (http://127.0.0.1:9100/main.dart.js:404:16) at Rti._isTestViaProperty [as _is] (http://127.0.0.1:9100/main.dart.js:9227:18) at...
Looks like this might be https://github.com/dart-lang/sdk/issues/54938
> From a convo with @sigmundch, it seems like there may have been a recent change in the optimization flags (from `-O4` to `-O1`) with devtools. If changing it back...
> Yes I believe that's the one. If minification is the issue, we can disable minification but still keep the other optimizations. I presume this would be done by removing...
Oh, looks like there's some related discussion in https://github.com/flutter/devtools/issues/7392 too.