diff options
| -rw-r--r-- | doc/server_configurations.md | 9 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index a76f73e8..0e75131f 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3358,10 +3358,11 @@ require'lspconfig'.jdtls.setup{} - `handlers` : ```lua { - ["language/status"] = <function 1>, - ["textDocument/codeAction"] = <function 2>, - ["textDocument/rename"] = <function 3>, - ["workspace/applyEdit"] = <function 4> + ["$/progress"] = <function 1>, + ["language/status"] = <function 2>, + ["textDocument/codeAction"] = <function 3>, + ["textDocument/rename"] = <function 4>, + ["workspace/applyEdit"] = <function 5> } ``` - `init_options` : diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index a76f73e8..0e75131f 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3358,10 +3358,11 @@ require'lspconfig'.jdtls.setup{} - `handlers` : ```lua { - ["language/status"] = <function 1>, - ["textDocument/codeAction"] = <function 2>, - ["textDocument/rename"] = <function 3>, - ["workspace/applyEdit"] = <function 4> + ["$/progress"] = <function 1>, + ["language/status"] = <function 2>, + ["textDocument/codeAction"] = <function 3>, + ["textDocument/rename"] = <function 4>, + ["workspace/applyEdit"] = <function 5> } ``` - `init_options` : |
