ionide / FsAutoComplete

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

Add support for Cancel a Work Done Progress #1274

Closed TheAngryByrd closed 1 month ago

TheAngryByrd commented 2 months ago

Adds support for Cancel a Work Done Progress .

This will now add a Cancel button to potentially longer running operations like typechecking or type checking dependents upon save:

image

Clicking cancel will cancel that operation accordingly.