Skip to content

lspclient: add a "Code Action" menu

Olivier Goffart requested to merge work/lsp-code-actions into master

Which allow to run code actions on a particular range.

It is usefull for code actions which are not related to diagnostics.

Also fix the workspace/executeCommand request to have an "id" as it should.

Merge request reports