techee / geany-lsp

LSP plugin for the Geany editor
GNU General Public License v2.0
11 stars 1 forks source link

Implement window/workDoneProgress #11

Closed techee closed 9 months ago

techee commented 9 months ago

I haven't checked yet if window/workDoneProgress is reported when clangd starts indexing the project (but I'd assume it is), so implementing

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_workDoneProgress_create

could prevent some confusion when the project gets indexed for the first time:

https://github.com/techee/geany-lsp/discussions/10

techee commented 9 months ago

Done.