ale/test/lsp
godbless 3348222abc
Add CodeAction codeActionLiteralSupport Feature (#4163)
* Advertise codeActionLiteralSupport to LSP server

Without this, rust-analyzer doesn't return any code actions.  With it,
everything works properly.

* linter fixes

* test cases fixes

* Fix underflow of column in position.

Special values like for example -1 to denote the end of a line are not supported.
[reference](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#position)

Co-authored-by: Brian Gernhardt <brian@gernhardtsoftware.com>
2022-04-29 22:17:29 +09:00
..
test_closing_documents.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_did_save_event.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_engine_lsp_response_handling.vader Add neovim 0.6 to run-tests (#3998) 2022-04-01 13:17:15 +01:00
test_handling_window_requests.vader Adding support for LSP `window/showMessage` method (#2652) 2019-10-18 16:17:54 +01:00
test_lsp_client_messages.vader Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
test_lsp_command_formatting.vader Remove features deprecated in previous versions 2020-08-18 23:03:43 +01:00
test_lsp_connections.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_custom_request.vader Remove features deprecated in previous versions 2020-08-18 23:03:43 +01:00
test_lsp_error_parsing.vader
test_lsp_root_detection.vader #3599 - Use ale_root instead of ale_lsp_root 2021-03-01 20:51:29 +00:00
test_lsp_startup.vader Add CodeAction codeActionLiteralSupport Feature (#4163) 2022-04-29 22:17:29 +09:00
test_other_initialize_message_handling.vader Support for LSP/tsserver Code Actions (#3437) 2020-11-14 10:15:17 +00:00
test_read_lsp_diagnostics.vader Use JSON output for eslint and fix tsserver column 2019-06-02 14:39:03 +02:00
test_reset_lsp.vader Close #2132 - Add deprecation warnings for old features 2019-04-07 16:24:08 +01:00
test_update_config.vader Fix #2295 - Respond to initialize with an initialized message 2019-02-15 08:54:53 +00:00