Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@bkonyi @derekxu16 any opinions on the above? Should I move this to the SDK?

Thanks - I've opened https://github.com/dart-lang/sdk/issues/56820 for this and will close this one.

Possibly it's configured in the Repo settings here? (the action name matches the one I see for Dart-Code's website which is configured there): ![image](https://github.com/flutter/devtools/assets/1078012/32cac890-c91d-4c51-b8aa-a3dd7649acfb)

I don't think pages-build-deployment comes from a workflow in the repo, I think it's special (there aren't any workflows in https://github.com/Dart-Code/Website but it still has that action running - https://github.com/Dart-Code/Website/actions)

This might be a VS Code bug - we're escaping things in the same way as the VS Code `SnippetString` class, and it appears to have the same issue. I've...

The issue noted above in VS Code was fixed and I've confirmed that this now works as expected: ``` @override Iterable followedBy(Iterable other) { // TODO: implement followedBy throw UnimplementedError();...

Unfortunately it's not possible to use hovers inside this (this is the "Parameter Hints" popup, which is rendered by VS Code). The only thing we can do is supply is...

In some quick testing, I wasn't able to reproduce this. I tried various combinations of terminating VS Code with and without debug sessions running. I'm going to review all of...

> I'm going to review all of the dispose paths for this though to ensure we're not disposing anything in an async loop We're not - it looks like there...

@FMorschel thanks - unfortunately there's nothing that helpful in the daemon log. Could you try enabling the [general extension log](https://dartcode.org/docs/logging/#extension) (`dart.extensionLogFile`)? Btw, some of the files you attached above are...