Danny Tuppeny
Danny Tuppeny
@rrousselGit do you have steps to reproduce? I tried adding this to a counter app, but it doesn't fail, it just doesn't navigate (which is what I was expecting): ```dart...
@rrousselGit in the example above I sent a non-URI (`'uri': Platform.script.toFilePath(),`) but I was unable to cause any disconnect. If you're still able to reproduce this and provide a code...
As far as I can see, there are no APIs that allow us to fold ranges from an extension (besides calling existing commands like Fold All Comments or Fold All...
@Number-3434 all that extension does is [call the existing VS Code commands](https://github.com/prantlf/vscode-fold-on-open/blob/797671691d4aee2d4efc3e610904d7413ae0d60a/src/extension.js#L44). There's no API that allows folding specific ranges (at least as far as I can tell), so there's...
Can you provide more details about what stopped working, and what you updated? Are there error messages? Does the app not start? Does the app look different? It's difficult to...
@SrNorton it's not very clear to me what "All these features and animations stopped working" means. Are you able to provide a repro and instructions so that I can reproduce...
I don't seem to be able to reproduce this. Here's what I tried: - Roll back to Flutter 3.7.0 - Create a new project - Press `F5` to debug the...
Sorry for the delay, I'm a bit behind on GH notifications, I'll take a look.
@shinexoh I tried running your app but got an error that the file `android/keystore.properties` did not exist. I tried creating an empty file in its place, but it fails with:...
Thanks - I can run the app now, but I wasn't able to reproduce the issue. Can you check whether this reproduces entirely from the command line? Eg. - `flutter...