Danny Tuppeny
Danny Tuppeny
@Tanthus thanks for the investigation! If I'm reading correctly, I think there is an analyzer plugin being loaded that is leading to this. My understanding is that even badly-behaved plugins...
@Tanthus I haven't been able to reproduce this - are you able to share a small sample project that triggers it? I can see the plugin being loaded, but I...
Can you try enabling the [extension log](https://dartcode.org/docs/logging/#extension) by adding the following to your VS Code user settings: ``` "dart.extensionLogFile": "C:\\Users\\SAMSUNG\\Desktop\\dart_log.txt", // Put a full path to where you want to...
@khg0343 can you try running `flutter doctor` from the terminal built inside VS Code?
Is this something you think could be tweaked? If Chrome, Safari, Opera and PageSpeed are all being served uncompressed content, it sounds like the logic might not be working as...
Yep, LGTM. Thanks!
Possibly related, I delete the file and tried to recreate it as `Foo.hs`, but that also failed: > Unable to create file 'vscode-remote://dev-container+2f55736572732f64616e6e792f4465762f44616e6e792f4861736b656c6c54657374696e67/workspaces/HaskellTesting/tests/Foo.hs' that already exists when overwrite flag is...
I think it should be in the analysis server too - it's along similar lines to https://github.com/dart-lang/sdk/issues/46722 (which also involves teaching the server about arb files).
Could the navigation data be exposed via the analyzer (or a plugin of)? Is this for end users or devs of Flutter itself? And where does the C++ code live...
This also isn't currently supported in VS Code. It is something I have a basic working example for in the server, but it still needs some work (around performance, and...