Morgan :)
Morgan :)
I tried opening a simpler workspace that just has the macros folder ``` code --remote [email protected] /usr/local/google/home/davidmorgan/git/macros ``` but no difference, the lint config still seems to be missing. Here's...
Oh, interesting, local version works straight away ``` code /usr/local/google/home/davidmorgan/git/macros ``` both local and remote are on the same VSCode version ``` 1.87.1 1e790d77f81672c49be070e04474901747115651 x64 ``` and I don't see...
Ah, I should have said, I was running "dart analyze" from inside `tool/dart_model_generator`, not from the top level. I'm not actually sure what "dart analyze" is supposed to do if...
Yes, that looks like a minimal repro of what I'm seeing. Thanks :)
I bisected across old SDK versions, looks like the issue is with "multi-option contexts" turned on here https://github.com/dart-lang/sdk/commit/22da6ed1ccc84fa5fb31433ba4465542733195fe if I set the constant back to `true` it works as expected,...
Friendly ping, is this likely to be fixed soon please? @pq There isn't really a nice workaround if you're working on multiple packages, you have to either write the precise...
Noted, thanks for the update :)
Verified this fixes the issue for me, thank you :)
Yes, it's about multiple packages workspaces, i.e. your IDE has a workspace root that is not a package root, in combination with `yaml` imports. I agree it sounds common. I...
A hint for anyone else who's trying this: make sure you pass in `KernelMacroSupport()` and not `MacroSupport()` :) Which is a good reminder that we'll have to think about different...