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
Currently linters are implemented by directly reacting in document changes (they validate when the change comes in). If n new requests come in while the document is active on 2 validation request should be executed. Currently most linters execute n + 1 validation request.
The implementation could make use of vs/base/common/async.ts#Throttler