Publish diagnostics in two rounds #17731
Labels
A-diagnostics
diagnostics / error reporting
A-perf
performance issues
Broken Window
Bugs / technical debt to be addressed immediately
Our semantic diagnostics can take a while to compute depending on the project and file size, which unfortunately means that syntax errors are not very responsive right now, as we compute them together with the semantic ones and only publish them once those are done computing. We should handle these two separately, allowing for snappy syntax error reporting.
The text was updated successfully, but these errors were encountered: