Danny Tuppeny
Danny Tuppeny
> Should I close the issue? I see you changed the label to `is enhancement` I think it's a fair request for us to do something to support this better...
I also filed https://github.com/microsoft/vscode/issues/163292 to see if there can be a discussion with VS Code about supporting this better. It seems a shame for things to break when languages adopt...
> ⚠️ Make sure to attach this file from your home-directory: > ⚠️file:///c%3A/Users/abidw/AppData/Local/Temp/Dart-Code.dart-code-unresponsive.cpuprofile.txt Are you able to attach this file? Thanks!
@osaxma are you trying to find out which projects it _will_ run for, or is knowing which it _did_ run for afterwards enough? If the latter, and it's not clear...
> I was thinking about the former: what packages are outdated and in which projects. Oh, I see. At the point we show this dialog we don't really know that,...
Thanks for confirming. Yep, this check is super basic and it's easy to trigger false positives. I think supporting all projects for "Pub: List Outdated Packages" (and maybe some other...
I think this might be best fixed in VS Code (I think empty ranges are reasonable for files - TypeScript has them too). I've filed https://github.com/microsoft/vscode/issues/162227. Although it could be...
I'm assuming that we should not output the `*`, and only the `?` - (my understanding is that star is used in _displays_ to indicate a type is legacy/unknown nullability,...
There's an existing breadcrumb that can be enabled, but it doesn't include widget constructor calls. This has come up a few times and I thought we had an issue for...
@Tanthus sorry for the delay. Could you try enabling the [analyzer log file](https://dartcode.org/docs/logging/#analyzer) and see what's recorded? Can you also check whether this happens in a new project created with...