microsoft / vscode-powerquery

Visual Studio Code extension for Power Query / M.
MIT License
86 stars 16 forks source link

Improve cancellation support for diagnostics and hover #222

Closed mattmasson closed 3 months ago

mattmasson commented 3 months ago

Copies the pattern used by the built-in vscode LSPs. This initial change applies the pattern to the diagnostics and hover operations. If we like it, we can come up with a consistent way to apply it to the remaining operations.

Related to #215.