Danny Tuppeny

Results 1794 comments of Danny Tuppeny

There are already commands for toggling this without needing DevTools: I think that reduces this to two steps (plus clicking a widget). Adding an additional command that auto-cancels on the...

I discovered the new DAPs don't support Inspect Widget correctly (that is, they don't navigate in the editor) so it makes sense to fix that (#4193) before tackling this, since...

Thanks for the suggestion! I think implementing something like this would be best done in the `flutter` tool, which abstracts away platform differences and makes it easier for multiple editors...

Actually, I'll keep this issue open as blocked on that one, as there would need to be some work here to expose things in the UI if/when done there.

@helin24 got a change open at https://github.com/flutter/flutter/pull/109386 that should resolve this.

Fixed by https://github.com/flutter/flutter/pull/109386.

This is a known limitation right now. When we connect to the Flutter app we only get URIs like `package:my_flutter_app/...` and are unable to translate them to file system paths...

Could you try running the **Dart: capture Debugging Logs** command before doing this, then reproduce the issue and provide the log? You could also try setting this instead: ```js "packages":...

I've opened https://github.com/Dart-Code/Dart-Code/issues/3809 specifically for the new issue you're seeing - let's continue that there, and keep this one open for ensuring the original issue is resolved with the new...

Ah, glad that works. I'm not sure why changing the working directory doesn't, but we can troubleshoot that in #3809. Ofc I'll also make sure in the new SDK DAPs...