Age | Commit message (Collapse) | Author |
|
Add a `lsp_config_callback` linter option
|
|
|
|
Each LSP connection now stores its configuration dictionary. It is
initially empty (`{}`) and is updated each time the LSP connection is
started. When a change is detected, the workspace/didChangeConfiguration
message is sent to the LSP servers with the updated configuration.
|
|
* adding LSP configuration via workspace/didChangeConfiguration
|
|
|
|
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #1767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message for tsserver
|
|
* Also send didSave to LSP linters.
* Add tests for messages sent to LSP linters.
|
|
instead.
|
|
|
|
|
|
up the tests, and make the completion cancelling better
|
|
|
|
|
|
|
|
|
|
|
|
|
|
like the LSP linters
|
|
|
|
|
|
|
|
|
|
|
|
for NeoVim
|
|
and callbacks
|