Danny Tuppeny
Danny Tuppeny
The folding range for the function call (`f`) seems to be being cut short:  Not sure if it might be related to https://github.com/dart-lang/sdk/commit/604bf2fe3bdfd56868df80b7c9263e9272344e30 which avoids two folding ranges ending...
Ok, so this is caused by the change above. It's working as it was intended to, but it does result in this behaviour. The issue is that VS Code only...
> To me, it feels very weird that the button to collapse the closure is not in the line where the closure starts. I'm not sure I understand this -...
I started looking at this but realised that the request conflicts with https://github.com/Dart-Code/Dart-Code/issues/2650. That issue says "if you can't find the test file, offer to create it at the expected...
My feeling is that probably a new command will be best. In the same way that VS Code has things like "Go to Implementation" and "Find Implementations", we can have...
> - cursor is navigated to the point in the test that failed (in this case, `component_screen_test.dart:201`) I've opened https://github.com/dart-lang/test/issues/1851 which I think might allow us to do this. Although...
> I'm referring to this exception style of error (2 above). I suppose if you hide the test history in a normal error (1 above) and it points at the...
There have been some improvements in the test peek window in VS Code recently. In the current insiders, the tree on the right is much better - duplicate entries and...
Unfortunately, not hitting the breakpoints at startup is a webdev issue because it doesn't support starting paused (this means there is a race between us setting breakpoints and the code...
> @elliette are you familiar with this org-dartlang-app scheme? I think somewhere along the line these should be mapped back to real file paths (there's some previous discussion about this...