Danny Tuppeny
Danny Tuppeny
Any new thoughts on the above? I wonder if I should do something (for example disable the dependencies tree in workspaces) until it's clearer what the solution here will be.
> I cannot do it with the example since the VM crashes/devtools disconnects immediately and I can't find a place to copy the logs from anymore. I saw the same...
> We both had the settings in "Dart: Dev Tools Browser" set to Chrome, so not sure why for me it opened in Edge and him in Chrome. When set...
Yep, I think it makes sense to split them out like that to make it easier to follow the discussion for each one. For this issue: > 2. Devtools Extension...
Thanks - I can reproduce that (although it seems quite intermittent when I refresh the page). Sometimes I see that it appears initially, and is then hidden. In the Chrome...
> Here's the list of the current dart commands: There's `language_server` and `debug_adapter` too (which I think should _not_ attempt to run anything here). > Today, we have reports that...
If this will be merged for Dart 3, are commands like `dart language_server` and `dart debug_adapter` going to be excluded? I don't think it will ever make sense to start...
@sigurdm ah, I see it's opt-in per-command and not run for everything. Thanks! :-)
In VS Code, calling `inspect()` will first try to get the location of a Widget using the VM Service, and then fall back to printing the Dart instance to the...
Does this persist if you reload VS Code? I think right now we only set the theme as the windows are open and don't update live, however Nancy had a...