From 74c32a957d8533f746c960e8f726670e3d6b1baf Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 13 Aug 2023 22:10:18 -0300 Subject: fix find --- lsp-write.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lsp-write.c') diff --git a/lsp-write.c b/lsp-write.c index 20a72ca..85c5781 100644 --- a/lsp-write.c +++ b/lsp-write.c @@ -458,8 +458,7 @@ void write_request(LSP *lsp, LSPRequest *request) { write_key_obj_start(o, "workspace"); write_key_bool(o, "workspaceFolders", true); write_key_obj_start(o, "workspaceEdit"); - // currently unsupported -- see ide-rename-symbol.c - // write_key_bool(o, "documentChanges", true); + write_key_bool(o, "documentChanges", true); write_key_arr_start(o, "resourceOperations"); write_arr_elem_string(o, "create"); write_arr_elem_string(o, "rename"); -- cgit v1.2.3