summaryrefslogtreecommitdiff
path: root/test/lsp/test_other_initialize_message_handling.vader
AgeCommit message (Collapse)Author
2018-10-31Merge pull request #2035 from jparise/lsp_config_callbackw0rp
Add a `lsp_config_callback` linter option
2018-10-31Implement LSP symbol searchw0rp
2018-10-31Only send LSP config updates when the dict changesJon Parise
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.
2018-08-24Use one LSP connection per projectw0rp
2018-08-16Fix #1816 - Fix a type error in the initialize message handlerw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-07-19Capture server capabilities from LSP serversw0rp
2017-07-30Cover special LSP initialize response handling with Vader testsw0rp