ale/test/lsp
Jon Parise 2ac9e2a29e Only send LSP config updates when the dict changes
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-10-31 08:42:42 -07:00
..
test_did_save_event.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_client_messages.vader LSP configuration via didChangeConfiguration (#1852) 2018-10-22 13:24:46 +01:00
test_lsp_command_formatting.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_connections.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_error_parsing.vader Support strings in data field of error responses 2018-07-13 06:42:28 +02:00
test_other_initialize_message_handling.vader Only send LSP config updates when the dict changes 2018-10-31 08:42:42 -07:00
test_read_lsp_diagnostics.vader Correct related information line numbers from 0-based to 1-based 2018-08-15 14:46:57 -07:00
test_reset_lsp.vader Add a command for stopping all LSP clients 2018-03-06 10:23:55 +00:00
test_update_config.vader Only send LSP config updates when the dict changes 2018-10-31 08:42:42 -07:00