src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 11:01:14 +0000 (19:01 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 11:01:14 +0000 (19:01 +0800)
src/Lsp.vala

index 6ddaaf1..ae0f058 100644 (file)
@@ -1005,7 +1005,7 @@ namespace Lsp {
         }
     }
 
-    public class ParameterInformation : Object {
+    public class ParameterInformation : Object, Json.Serializable {
         public string label { get; set; }
         public MarkupContent documentation { get; set; }