src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 10:15:29 +0000 (18:15 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 10:15:29 +0000 (18:15 +0800)
src/Lsp.vala

index 732e106..ce74418 100644 (file)
@@ -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) => {