Danny Tuppeny
Danny Tuppeny
Started looking at this, but think we may be blocked on: - https://github.com/flutter/flutter/issues/114968 - https://github.com/dart-lang/test/issues/1785 How to proceed will depend a little on the response to the `test` issue. If...
@bwilkerson @srawlins any thoughts on this? On one hand, reproducing bits of markdown syntax highlighting inside Dart feels odd, but on the other hand there's already parsing of the markdown...
Yeah, I think it'd be better to do this when those markdown issues are done than something else (like regex). I don't currently plan to work on this, but it's...
Unfortunately those embedded languages aren't supported with semantic tokens (see https://github.com/microsoft/vscode/issues/163292). That solution has the drawback of being VS Code-only, but if the server generated the tokens it could work...
> Okay, but personally I would prefer embedded languages if possible, as that would provide custom snippets, and Intellisense suggestions from VSCode, along with any other extensions / settings the...
How have you opened this file/project in VS Code? The `dart:ui` and `package:flutter` imports are only valid in the context of a Flutter project. If you open a Flutter project...
Is it possible you have two different versions of Flutter on your machine? Can you try: - run `where.exe flutter` in the terminal in VS Code - Run the **Flutter:...
Thanks, looks like they are the same SDK. I've still not been able to reproduce. Could you try capturing a log? - Open an empty folder in VS Code -...
I thought you might have that option ticked, however I tested with and without that option but had not been able to reproduce the issue. If you can reproduce (even...
Thanks - I understand what's happened now. Because I contribute to Flutter, I've previously run `flutter update-packages` on my machine, which means there is a `.dart_tool/package_config.json` file inside my `package:flutter`....