Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Merge pull request #2035 from jparise/lsp_config_callback | w0rp | |
Add a `lsp_config_callback` linter option | |||
2018-10-31 | Implement LSP symbol search | w0rp | |
2018-10-31 | Only send LSP config updates when the dict changes | Jon 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-24 | Use one LSP connection per project | w0rp | |
2018-08-16 | Fix #1816 - Fix a type error in the initialize message handler | w0rp | |
2018-07-22 | Check LSP capabilities before using them | w0rp | |
2018-07-19 | Capture server capabilities from LSP servers | w0rp | |
2017-07-30 | Cover special LSP initialize response handling with Vader tests | w0rp | |