Danny Tuppeny
Danny Tuppeny
We support Cupertino in `Icon()`: However, neither are supported outside of `Icon()`: Fixing this would require either using regex across the entire doc (which will have issues like picking up...
This appears to be VS Code behaviour. A new setting "Git: Merge Editor" is enabled by default, and it prevents the original CodeLens merging from working. Disabling the setting reverts...
Seems like this is already fixed in VS Code insiders, so should be included in the next VS Code release.
Looks like there isn't currently an extension/override for this in Flutter, so it would need support in the Flutter framework first. I've opened https://github.com/flutter/flutter/issues/95006.
Thanks for the report! The markdown here is rendered by VS Code, so this would be best fixed there (the same bug exists in other languages - the relative path...
The VS Code issue was closed as a dupe of https://github.com/microsoft/vscode/issues/86564. I'll close this as a dupe too, as I believe once fixed in VS Code, it'll just work here....
I suspect this won't get done without a contribution to the VS Code LSP Client, so re-opening this as a placeholder/reminder.
Sorry for the delay, I somehow missed this issue. I think the best solution is probably #4021, which avoids us having to "predict" the names of tests when running (instead,...
Thanks - I can reproduce this. The reason for this is that in the current debug adapters we connect the VM Service even when not debugging, so that service extensions...
In the upcoming release, we will start enabling new SDK debug adapters (which resolve this issue) for all users gradually. You can opt-in immediately using the `dart.previewSdkDaps` setting, but otherwise...