Danny Tuppeny
Danny Tuppeny
@kenzieschmoll I saw your CL for this landed - is this complete enough that the IDE work should be started?
Also worth checking: - Order of buttons on editor title (is Run or Debug first?) - For opted-in users, what is the split between Run/Debug sessions - What do other...
https://github.com/Dart-Code/Dart-Code/issues/4956 describes an issue that might be caused by starting paused. It's likely that before the workaround here that this issue would only have occurred in Debug mode. Getting back...
Another consideration.. If we can't attach the debugger for any reason (for ex. https://github.com/flutter/flutter/issues/144999) using Run is no longer a way to possibly get further.
Here's how this currently looks. There are two commands, one that just applies fixes immediately, and another that previews them. Unfortunately there are some things I don't like when previewing:...
With changes to the prompt: https://github.com/Dart-Code/Dart-Code/assets/1078012/6f6552e1-e5e6-47de-88e2-bb2ab37a6ee1
Do you mean should it indicate you should tick them and click Apply? Perhaps it should. I'd really like them ticked by default (I thought we could, but I can't...
Do you mean, should we indicate in the prompt (shown in the video above) how to re-run the command without seeing the prompt (because the prompt is only shown on...
> I agree, the editor's context menu doesn't make much sense. If we could add it to the Explorer view that would make sense, but I seem to remember that...
Oh, I see! I think we might be able to support that.. we could have a command on the explorer context menu for "(Preview) Fix All in Folder" that triggered...