Danny Tuppeny
Danny Tuppeny
> it checks if the hex code is at the very beginning or the very end Oops, I didn't read the condition correctly. I'll take a look, thanks :)
My original concern here was that there might be some confusion with multiple actions for this (organize, sort, remove unused) but TypeScript shipped these actions a while back so probably...
@husainazkas the new debug adapters should not be enabled by default for Flutter stable yet because there were some blocking issues. If you're seeing them being used on Flutter stable...
> I didn't change any settings for dart or flutter on vscode settings (in Default Settings dart.previewSdkDaps shows null, and there is no `dart.previewSdkDaps` in User Settings). How it could...
@Nikzed can you open a new issue with a detailed description of the issue you're seeing, and if possible a code sample/project that reproduces it? Thanks!
This issue is blocked on https://github.com/flutter/flutter/issues/102983. The way Flutter currently generates this package means it's not listed in `pubspec.yaml` and the analysis server will only suggest things that are direct...
This will require the markdown parser can provide is offsets/lengths for the references in a block: https://github.com/dart-lang/markdown/issues/369
No updates yet. This still requires changes to the Markdown package first.
This came up again in https://github.com/Dart-Code/Dart-Code/issues/4975 and I was thinking a bit more about it. I wonder whether offsets from the markdown parser is really what we need for these....
@Number-3434 Actually, my idea was as Brian understood. The problem here isn't specifically knowing the range of the reference, but rather knowing what references there are so we know what...