From 5f03a7a9cbc35aac11138fc1f6c6760a514aaa0b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 16 Mar 2024 18:15:29 +0800 Subject: [PATCH] src/Lsp.vala --- src/Lsp.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lsp.vala b/src/Lsp.vala index 732e106bb..ce7441812 100644 --- a/src/Lsp.vala +++ b/src/Lsp.vala @@ -418,7 +418,7 @@ namespace Lsp { warning ("unexpected property node type for 'arguments' %s", property_node.get_node_type ().to_string ()); return false; } - + GLib.debug("got child length of %d", property_node.get_array ().get_length()); var arguments = new GLib.ListStore(typeof(DocumentSymbol)); property_node.get_array ().foreach_element ((array, index, element) => { -- 2.39.2