Danny Tuppeny
Danny Tuppeny
When using the Web-Server device, it's easy to miss the text stating that Flutter is waiting for a Dart Debug Extension connection (if in verbose mode, it can scroll off...
This is a minor tidy up to call a more specific method (which now exists in the base Dart debug adapter) when detaching, which ensures the final output (written by...
Seeing this on latest `master` today. There are a few other open issues with this exception, although it's not clear if they're the same problem (this is web on macOS)....
Created by running `flutter update-packages --force-upgrade`. This is usually done by a bot (eg. #126966) but it seems to be stuck atm (although I don't know why my CL doesn't...
We've had a number of bugs in the past caused by drive letters sometimes being uppercase and sometimes being lowercase (and code that treats all paths case-sensitively). The casing of...
Raised by @escamoteur at https://github.com/Dart-Code/Dart-Code/issues/736: It would be very comfortable if when overriding a method in an extended class if DartCode could offer a list of potential candidates via intellisense...
If I step into a macro-generated script with the debugger, the `uri` or the script is an empty string: ```js "topFrame": { "type": "Frame", "kind": "Regular", "location": { "type": "SourceLocation",...
I was recently setting up a Thread Border Router device on my network. Whenever the device joined the network, it caused all of the pods on my single-machine cluster to...
I have a Windows PC and a MacBook on the same network. If I create a session on my MacBook and connect from the Windows PC, everything is fine. If...
I started a live session and joined it from another VS Code instance. Then I made some changes on the host (both host and client got dirty file indicators). I...