Danny Tuppeny

Results 1795 comments of Danny Tuppeny

I don't seem to be able to reproduce this - are you able to provide a complete example and instructions on how you're running it that I could test with?...

Ah, thanks for narrowing it down. I should've predicted that :) I've opened https://github.com/dart-lang/webdev/issues/2574 since this appears to be an issue in DWDS. I'll keep this issue open for now...

It would be nice to improve these, however I don't think the way this extension works is the best way for a language to provide it natively - it's providing...

We can't capture the memory usage from the extension because there may be many tests running together inside the `pkg:test` process. I think it would have to be captured there...

@stephane-archer there isn't currently a section in DevTools for tests, so I think there would be a lot involved in trying to show it there. I think it would be...

Sorry, I missed your last comment. I don't think it makes sense to try to build anything into DevTools because it would either be an "extra" page for just the...

I've opened https://github.com/microsoft/vscode/issues/243468 and https://github.com/dart-lang/test/issues/2470 and CC'd you on both.

Although it's still a pre-release, we're going to switch to using this vNext of the LSP client and enable this setting. (Whether we use any vNext features of the protocol...

This appears to have caused a bug where open notifications will have "future" versions of the content when a file is created from a code action (see https://github.com/dart-lang/sdk/issues/62209). For now,...

Actually, `video` is not listed in client capabilities: ```js "general": { "markdown": { "allowedTags": [ "ul", "li", "p", "code", "blockquote", "ol", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "em", "pre",...