diff options
Diffstat (limited to 'lsp-parse.c')
-rw-r--r-- | lsp-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp-parse.c b/lsp-parse.c index 828c672..703bc51 100644 --- a/lsp-parse.c +++ b/lsp-parse.c @@ -301,6 +301,7 @@ static bool parse_completion(LSP *lsp, const JSON *json, LSPResponse *response) static bool parse_signature_help(LSP *lsp, const JSON *json, LSPResponse *response) { JSONObject result = json_force_object(json_get(json, "result")); + json_debug_print_object(json, result);printf("\n"); LSPResponseSignatureHelp *help = &response->data.signature_help; u32 active_signature = 0; |