Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Fix #2295 - Respond to initialize with an initialized message | 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. |