Danny Tuppeny
Danny Tuppeny
> I installed Flutter using `mise`. Could this be causing the detection issue that results in "Initializing..." running every time I open VS Code? It's possible. Could you try doing...
> I think it makes sense to have VS Code respect the rules that DevTools follows, since loading offline data may be something users want to be able to do...
It would be a shame to lose launching the offline versions within VS Code, but (at least until we've a better solution to the max connections issue) it might be...
Currently when we run "pub get" the output is hidden unless a) the process is still running after 10s or b) it exits with a non-zero exit code. In those...
> One possibility is that `dart pub get` writes a `.dart_tool/pub/dependency-summary.json` that exposes these messages for `analysis_server`/lsp or IDEs to consume. Having it on disk has some advantages - both...
We could also use CodeLens to have clickable links to upgrade (the same Run/Debug links we show on main functions and tests/groups), though if there are likely to be many...
> I would love to see a follow-up toast to the "run `pub get`?" toast if the output said any packages were out of date. For this specifically, we might...
When we run `pub get` in the case above, we may end up showing the user the output (if it's taking too long, or if they open the Output pane...
Is there still any interest/desire in making any changes here? There were some ideas above that would require `pub` to provide additional output in a structured form so I don't...
> We could either codify fixed types of findings (outdated, discontinued, ...) and have the dart code plugin assign severities, or let pub define severities, and just have severity categories...