Danny Tuppeny

Results 1798 comments of Danny Tuppeny

This is weirdly inconsistent. Sometimes Ctrl+C works fine, and sometimes it does not. Oddly, at least sometimes when it works, VS Code screencast mode shows Ctrl+Unknown when I hit Ctrl+C,...

Got a little further... When focus is in a Code Editor in VS Code, clicking and dragging (or double clicking) to select text in the embedded Windows does _not_ remove...

I can reproduce what seems like the same issue in DartPad (without any VS Code or DevTools). I have filed https://github.com/flutter/flutter/issues/142040.

This came up today on the Flutter discord so I'm adding some notes here while in my head in case they're useful. @deadlyrazer reported that the analysis server was broken...

@MitaiDart your configuration (using `flutter debug_adapter`) seems correct to me. It's not clear to me what the problem is though. There are lots of warnings printed, but I don't think...

@MitaiDart have you checked those logs? It would be useful to capture all of the traffic between the client and server to see what's happening. I don't know how to...

@MitaiDart that's correct, the Dart/Flutter debug adapters ship with the Dart/Flutter SDKs. The config you've linked above looks reasonable to me (it's using `flutter debug-adapter` to start the DAP). Interestingly...

@MitaiDart do you mean everything is working now, and the issue is resolved?

@akinsho np! Since that last comment, I expect https://github.com/flutter/flutter/pull/109386 made it to stable, so the `launch` request shouldn't take so long to respond now. If you run into any other...

@Tanthus please let me know if you have a repro for this. It does seem like a bug, but unfortunately I can't debug any further without more specific steps to...