src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Thu, 18 Jan 2024 15:24:32 +0000 (23:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Jan 2024 15:24:32 +0000 (23:24 +0800)
src/Lsp.vala

index f4c1c62..99d1d24 100644 (file)
@@ -658,6 +658,7 @@ namespace Lsp {
                if (property_name != "tags") {
                 return default_deserialize_property (property_name, out value, pspec, property_node);
             }
+            value = Value (typeof (Array));
             if (property_node.get_node_type () != Json.NodeType.ARRAY) {
                 warning ("unexpected property node type for 'arguments' %s", property_node.get_node_type ().to_string ());
                 return false;