Switch analyzer
and parse errors to pull-based diagnostics
#477
Labels
enhancement
New feature or request
analyzer
and parse errors to pull-based diagnostics
#477
Pull Diagnostics allow clients to decide when they want new diagnostics.
This would remove some of the complexity we have around debouncing after changes. For example when the
analyze
contribution should be run.We could also consider the type-checker and parse errors to switch to pull diagnostics.
The text was updated successfully, but these errors were encountered: