Danny Tuppeny
Danny Tuppeny
> Do you mean results from builders in analyzer_plugin, or do you mean suggestions that are returned by an actual plugin via the plugin protocol? If you mean the former...
> The alternative would be to write a wrapper around the protocol suggestions to make them look like non-protocol suggestions enough to be able to sort them and "convert" them...
Fixed by https://github.com/dart-lang/sdk/commit/fc9581d758f537f80435602040ac014f69629f33.
Unfortunately not. My request for custom link providers (https://github.com/microsoft/vscode/issues/157500) was originally closed as a duplicate and only recently re-opened. I suggest we give it a little longer (I have pinged...
I'm now rewriting these when we pass them to VS Code (for the test output - the Debug Console will remain the same). Note that this only works for `file://`...
Turns out [this is supported](https://github.com/microsoft/vscode/issues/157500#issuecomment-1329684287) in VS Code, but with a `DocumentLinkProvider` and scheme "vscode-test-data:". We can't directly reuse the `TerminalLinkProvider`, but the implementation is easy to use. I'll redo...
With these latest changes, file:// URIs work as expected (I've also added support for "file://foo line x" which seems to come up in this output): ![Screenshot 2022-11-29 at 11 49...
😄 FWIW the release went out a few hours ago (to both stable and pre-release versions) so as long as VS Code has updated (and if required, you've "reloaded") you...
There's a new command "Flutter: Inspect Widget (Auto-Cancel after Selection)" that will cancel the widget selection mode 1s after you click a widget (the delay is because it will also...
Sorry for the silence here. There are still some things I'd like to look at to improve this (sending partial results for your projects first, then searching dependencies after) but...