Shougo / ddc-source-lsp

lsp source for ddc.vim
Other
66 stars 20 forks source link

fix: ensure server supports executeCommand #59

Closed creativenull closed 4 months ago

creativenull commented 4 months ago

Some LSP servers do not support workspace/executeCommand like the CSS language server (https://github.com/hrsh7th/vscode-langservers-extracted)

This will check the server capability before calling the request.

Here is the error I get:

https://github.com/Shougo/ddc-source-lsp/assets/3767728/bee4dc33-118f-40eb-ac71-122d4aa4cabc

uga-rosa commented 4 months ago

The ci was falling off after deno update. I fixed it so please rebase it.

Shougo commented 4 months ago

Merged.