diff options
Diffstat (limited to 'lsp-write.c')
-rw-r--r-- | lsp-write.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp-write.c b/lsp-write.c index c81c574..6c6d5a6 100644 --- a/lsp-write.c +++ b/lsp-write.c @@ -534,6 +534,7 @@ void write_request(LSP *lsp, LSPRequest *request, StrBuilder *builder) { write_obj_end(o); write_key_obj_start(o, "codeAction"); + write_key_bool(o, "isPreferredSupport", true); write_key_obj_start(o, "codeActionLiteralSupport"); write_key_obj_start(o, "codeActionKind"); write_key_arr_start(o, "valueSet"); |