Danny Tuppeny
Danny Tuppeny
The issue above is closed, and I can not reproduce it with the example above, so this is likely fixed.
> It _looks_ as if the left side is using simple TextMate syntax highlighting Yep, that is indeed what's happening. To provide semantic tokens (which lead to the colouring on...
For the "Remote Repositories" feature noted above, the server would not have access to a filesystem with the content, it would have to fetch it all (or be pushed it)...
> It is possible to check in `.dart_tool/package_config.json`, but this rarely happens. Good point, that would make things more difficult :-) Although this was a bit of a tangent we...
> It sounds like VS Code is either making some assumptions about the characteristics of the programming language that aren't true for Dart (that we can produce semantics tokens without...
Just an update on my current thinking here.. I going to try and improve the textmate grammar a little before doing anything on the server, because a) the server changes...
Also opened https://github.com/microsoft/vscode/issues/148125, since there are comments suggesting there may be a plan to move to the DAP standard way (`ValueFormat`) which would be much better than having to have...
I suspect once https://github.com/flutter/devtools/issues/3896 is solved this problem may go away, but I'll keep this open for now to collect info in case there's some additional going on when embedded...
In https://github.com/flutter/devtools/issues/4417, @Noahbanderson reported that after upgrading the Flutter 3.3 the issue didn't come back even after removing the port number. I wonder whether something that changed that bypassed the...
Great! I suspect some of the caching changes made in DevTools have probably resolved this particular issue then. I'll close this, but if you (or anyone else) sees this again...