ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
389 stars 151 forks source link

Speed up project load times. #1245

Closed TheAngryByrd closed 3 months ago

TheAngryByrd commented 3 months ago

This fixes issues where long running aval.GetValue would cause threadpool exhaustion. In practice this speeds up project load times.

baronfel commented 3 months ago

Wanna put out a patch release?