You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if the LSP could be set to run only on each save, instead of every character change and so on.
Not only would this require less CPU, but it'd also be nice with something like mypy lsp, which is already slow to begin with, like several seconds between each change.
I'm not sure about this, but this might also make "old errors / warnings" be there less often, which some times hang around, even after changing the line.
The text was updated successfully, but these errors were encountered:
* fixes to handling of inline diagnostics timing to tackle #41
* added config option to control the delay amount of inline diagnostics
* added support for window/showDocument and window/showMessage (not
tested)
* prevent loading linewrapping if disabled from settings ui, should now
really fix#39
It'd be nice if the LSP could be set to run only on each save, instead of every character change and so on.
Not only would this require less CPU, but it'd also be nice with something like mypy lsp, which is already slow to begin with, like several seconds between each change.
I'm not sure about this, but this might also make "old errors / warnings" be there less often, which some times hang around, even after changing the line.
The text was updated successfully, but these errors were encountered: