Danny Tuppeny
Danny Tuppeny
> Before there was a proper "watch" mode (and even now that there is one) some extensions start test runs in the background / run tests continuously, and I don't...
@connor4312 any thoughts on the above?
I've committed a fix for this that will be included in the next Dart-Code release, but it _also_ requires a VS Code update to apply (which usually ships a week...
All the other toggles are exposed as commands (they show up in the Command Palette) in VS Code, but don't have keybindings. I think it makes sense to do the...
I added the toggle to VS Code in https://github.com/Dart-Code/Dart-Code/issues/1629 since it was just a few lines. I presume that's working as expected (it shows a red border, and spits an...
I'm not sure there's anything we can do here. When you insert a snippet, the linked text ranges are all handled locally by VS Code - we can run any...
@jacob314 @brianwilkerson any opinions on this? Do we have an idea of how common stateful widgets are with type parameters? If it is fairly common, I wonder if adding them...
We have some code (partly in DevTools and partly in Dart-Code) that is supposed to help with this: https://github.com/flutter/devtools/blob/bb11f19004f1c481467a6ad82e21d62d812d171a/packages/devtools_app/lib/src/shared/config_specific/framework_initialize/_framework_initialize_web.dart#L80-L84 https://github.com/Dart-Code/Dart-Code/blob/027f4feedb60816166862fcb0d02295ccfe841ea/src/extension/sdk/dev_tools/embedded_view.ts#L54 @elliette can you confirm where you see this (which DevTools...
> My suspicion is that this may be when an iFrame has focus. Ah, this would make sense - because those iframes aren't passing the keystrokes up like the normal...