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
We run a lot of jobs and background updates on every didChange call. Adding early validation to this could further slow performance for large files/workspaces.
Proposal
Look into reducing the amount we do on each keystroke
maybe improve change batching
maybe debounce running changes until a user stops typing (~250ms?)
Language Server Version
v0.31.3
Problem Statement
We run a lot of jobs and background updates on every
didChange
call. Adding early validation to this could further slow performance for large files/workspaces.Proposal
Related LSP methods
Part of hashicorp/vscode-terraform#720
The text was updated successfully, but these errors were encountered: