microsoft / vscode-powerquery

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

Support Pull diagnostics mode and fix UI tests #216

Closed mattmasson closed 3 months ago

mattmasson commented 3 months ago

There are two main parts to this PR:

Diagnostics Adds support for the Pull based diagnostics model added in LSP 3.17. I also removed the code for the original Push based model we were using.

Test improvements