Danny Tuppeny
Danny Tuppeny
@dmcpacks could you run `where.exe git` and `git version` in a PowerShell/terminal window and post the output? There were some comments in https://github.com/Dart-Code/Dart-Code/issues/4840 about git version (and/or git from msys)...
Thanks for confirming. I guess devkitpro's version of Git has the same problem as the msys2 version. I'll close this as a dupe of https://github.com/Dart-Code/Dart-Code/issues/4840 / https://github.com/flutter/flutter/issues/143625. Thanks!
> I guess devkitpro's version of Git has the same problem as the msys2 version. I just noticed that the devkitpro path includes "msys2", so it looks like devkitpro is...
@andynvt it's not clear to me which error you mean. The screenshot you posted is a fairly normal error caused by VS Code sending requests prior to the server finishing...
Yeah, I think it's pretty common for the VM Service to be disposed during requests. Lots of actions trigger a bunch of async requests but the user could also close...
@bkonyi I also wonder if https://github.com/dart-lang/sdk/commit/a479f91e80875dd6661b12108c9b81bdaeb2af65 should have used an error message like "The client closed with pending request" so that any existing error handling catching that kind of error...
I've opened https://dart-review.googlesource.com/c/sdk/+/381501 with a change to add this (I see Flutter is using the constants from vm_service so I added it to both to ensure they never reuse the...
> Also, it seems like VS Code at least is smart enough to fully preserve the original selection when you format. I think it's because the plug-in generates an actual...
Can you enable the Flutter Daemon log (https://dartcode.org/docs/logging/#flutter-daemon) and provide the full log when this occurs? The logs you posted are missing the startup of the daemon (and the exact...
Can you try the following: - Open a terminal - Run the command `C:\Flutter\flutter\bin\flutter.bat daemon -v` - Paste the string `[{"id":"1","method":"device.enable"}]` and press `` - Wait 10s - Press Ctrl+C...