Danny Tuppeny
Danny Tuppeny
@sigurdm is there a way I can include this in an SDK build locally (or otherwise run this version locally)? I tried updating my `DEPS` to use a hash from...
I have changes in Dart-Code working using this PR. I fixed a couple of other bugs in the dependencies tree while working on it, so if it's not likely to...
Awesome, thanks! :)
@lsaudon I'm not sure if you mean a command in the command palette, or a button in the DevTools web app. If the former, here is the correct repo for...
Looks like this was actually a dupe of https://github.com/Dart-Code/Dart-Code/issues/2946 - that was closed as won't fix - please review the comments for the details. Thanks!
Nope, hot reload :-)
Wait, I kinda do, because we don't support really hot reload on web. But as far as the IDE knows it's a hot reload 😄 (see https://github.com/Dart-Code/Dart-Code/issues/4991) (but if I...
Hmm, interestingly with a brand new project I see this bug on both stable and beta, but on the Dart-Code test project (which is basically the same but with a...
@bkonyi @elliette is there a clear definition of `onPauseStart` and `onPauseReload` somewhere? `onPauseReload` is `false` in the log before but it's not clear to me if that's the flag used...
> I was going off the assumption that `onPauseStart` is for hot-restarts and `onPauseReload` is for hot-reloads (but I don't know if that's documented anywhere). DWDS ignores `onPauseReload` because hot-reloads...