From ea5744f9243ec25a178a0bc403a4c8203ecc4f23 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 21 Nov 2022 10:06:05 +0000 Subject: docs: update server_configurations.md skip-checks: true --- doc/server_configurations.md | 9 +++++---- doc/server_configurations.txt | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'doc') 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"] = , - ["textDocument/codeAction"] = , - ["textDocument/rename"] = , - ["workspace/applyEdit"] = + ["$/progress"] = , + ["language/status"] = , + ["textDocument/codeAction"] = , + ["textDocument/rename"] = , + ["workspace/applyEdit"] = } ``` - `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"] = , - ["textDocument/codeAction"] = , - ["textDocument/rename"] = , - ["workspace/applyEdit"] = + ["$/progress"] = , + ["language/status"] = , + ["textDocument/codeAction"] = , + ["textDocument/rename"] = , + ["workspace/applyEdit"] = } ``` - `init_options` : -- cgit v1.3.1