Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@Markzipan do you have a link to the full output? That test is set to run with verbose logging (and prints all DAP protocol traffic) to try and aid debug...

I landed a change that I expect to solve this - please let me know if you continue to see any flakes in this (or other DAP tests) after da8ed2208ec38a656b0ae2586e7ad426f5b4187a.

I'm hoping to look at this soon, I think it should be fairly straight-forward. The DAP spec says that `variableReference`s (which roughly map to the `InstanceRef`s we get from the...

I've a change in progress for this, but I want to do some additional manual testing with Dart+Flutter. I have a slight concern about race conditions (eg. we decide to...

### (If you're hitting this issue, please consider adding 👍 to the VS Code issues https://github.com/microsoft/vscode/issues/129178 and https://github.com/microsoft/vscode/issues/182642) My latest summary of this issue was posted at https://github.com/flutter/devtools/issues/8190#issuecomment-2296364693 but the...

I updated my VS Code repro and posted some notes at https://github.com/microsoft/vscode/issues/129178#issuecomment-2775861724 At least part of the issue seems to be that the KeyUp event never fires for the key...

You can cycle through the different formats by clicking on the label - but I agree it would be nice if we ordered these so that the one using the...

@Number-3434 can you reproduce this? Could you file a new issue about that specifically?

I tried implementing this, but unfortunately it doesn't work because of how VS Code uses the index of the current format when requesting new color presentations. Eg. you have `Color(0xff000000)`...

I'm cleaning up the issue tracker and closing some issues that are unlikely to be fixed/implemented in the foreseeable future. Since we can't resolve this issue without changes to VS...