Danny Tuppeny
Danny Tuppeny
By the way, I think all those checks currently do is check for the `ios` and `macos` folders in your project, so I guess it's also worth verifying whether the...
> We excluded these folders so they could use their own `analysis_options` configurations. I'm not sure I understand this - I believe you should be able to have individual `analysis_options.yaml`s...
Can you provide a screenshot of exactly where/how this is appearing? Is there any more information (such as a stack trace) either there, or if you click Help -> Toggle...
@ChrisCRCB are you using `custom_lint` as an analyzer plugin? (it'll be listed in `analysis_options.yaml`). If so, could you try disabling that and restarting VS Code (or running the "Developer: Reload...
Thanks for testing. It's not clear to me if the bug is with `custom_lint` or if it's triggered by having it enabled. I did try enabling it on a new...
@ChrisCRCB thank you! I was able to repro with this. I'm not yet sure this isn't a Dart analysis server bug. It looks like it happens when the plugin triggers...
I think this is a server issue. With support for macros, we started using URIs everywhere in the protocol classes (because it's the only way we can communicate supporting macro-generated...
The visual notifications aren't great, but significantly less distracting than they probably are for you. I understand this is a significant regression and am looking at the options for fixing....
I have a fix in progress for this at https://dart-review.googlesource.com/c/sdk/+/373745.
Sorry for the delay here - the change hit the Dart beta a while back, but it's only just gotten to a Flutter beta (this morning). However, when I try...