Regular hangs of the analyzer in VSCode on Windows #60702
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
P2
A bug or feature request we're likely to work on
type-performance
Issue relates to performance or code size
For the past year, in all my projects, the analyzer has been regularly hanging.
This manifests as:
File saving being blocked (as it uses formatting).
Broken syntax highlighting, with tooltips displaying outdated information.
Failure to load object documentation on hover (it shows an endless "Loading...").
To fix this, I have to completely restart the analyzer, after which everything returns to normal for a while, but it invariably breaks again.
Several of my acquaintances are experiencing similar issues. However, after switching to macOS on the same projects, the problem disappears.
I understand that it's impossible to determine the cause with the current information, but I don't know where to find more necessary details. Perhaps there's a way to output detailed logs from the analyzer to capture what it's doing when these problems occur?
The text was updated successfully, but these errors were encountered: