Add configuration option for diagnostic delays in editor #19347
Open
Description
This is from this comment: #18376 (comment)
F# is hurt a bit by artificial delays in squiggles in the editor. Because we have type inference, people rely on instant feedback on if something will work via squiggles (or lack thereof). Because type inference already takes quite a bit of time, any additional delay gives the appearance the editor is unresponsive in certain scenarios for F#.
A configuration flag to opt out of these delays would be great. We would configure this in our editor layer.