Danny Tuppeny

Results 1798 comments of Danny Tuppeny

I've switched Dart-Code to reading the new JSON file first and just using the legacy `version` file if it fails to find (or parse a version from) the JSON file....

> Ahh, as I read this issue carefully, am I correct in understanding that dart-code is parsing $FLUTTER_ROOT/version in order to conditionally disable some features? If that is the case,...

@bkonyi it is. Here you can see both the legacy `version` file and the `flutter.version.json` file disappear when I run `flutter doctor` (and both come back when I run `flutter...

@bkonyi FYI I appear to still see this - I updated Dart-Code's E2E tests to use Flutter's master branch, but it ends up without a version file. `flutter doctor` shows...

Hmm, seems like the issue is specific to how GitHub is cloning with `actions/checkout` because replacing that action with: ```yaml - name: Checkout Flutter SDK run: git clone https://github.com/flutter/flutter ```...

I tried this using `ref: main` but I didn't see Chrome freeze - I just see this message: ![Image](https://github.com/user-attachments/assets/6f539d8e-9e03-44d7-a643-1f2829138edf) Do you know if there are any other steps I might...

I can't think of anything that would be helpful to me here - Chrome completely freezing sounds like a Chrome bug (I don't think a web page should be able...

Fixed by https://github.com/dart-lang/sdk/commit/96a7c6ab245f89bc8b04e595653acf4bf3a601cc. The change is in the Dart analysis server so will show up in a Future Dart SDK release (not a Dart-Code release).

Sorry you're having trouble. This definitely isn't normal. Can you confirm when you're seeing this error? The error is from the analysis server shutting down, but you mentioned the debugger...