Danny Tuppeny

Results 1794 comments of Danny Tuppeny

@nmfisher are you _attaching_ or just running from VS Code? If running, then I suspect this is a different issue. For the breakpoints that don't work, do you mean that...

Thanks for the debugging! I can't repro on macOS - I'm unable to open a symlink folder in VS Code.. no matter if I use `code linked_folder`, `cd linked_folder &&...

Since this is different to the original issue here, let's continue this at https://github.com/Dart-Code/Dart-Code/issues/3896.

I've confirmed this issue is resolved when using the new SDK DAPs. If you're using Flutter 3.0 or newer you can switch to these now with a flag in your...

I've re-tested this on the current Flutter beta (v3.3.0-0.5.pre) with the latest Dart extension and `dart.previewSdkDaps: true` and confirmed it's all working as expected. The new SDK DAPs will be...

Turns out we can't add additional buttons to `progress` notifications (and if we make it not a `progress` notifcation, it will hide itself after 10 seconds).

This menu isn't as seamless as I thought. I was hoping the profiles would appear on the context menu, but they don't. Additionally, these profiles can't be project/file-specific (I think...

This isn't currently possible due to the SDK issue you linked. The best you can do right now is to modify the code to print the value, or assign it:...

I'm afraid I don't know anything more than is in this issue and https://github.com/dart-lang/sdk/issues/40198, nor do I have any special abilities to "push" things 😄 My usual suggestion is to...

No update yet, though I would like to try and get back to this soon.