Fix #8120 - more experiments with hover
[roobuilder] / src / Palete / LanguageClientJavascript.vala
index 0b2772e..a6b12c7 100644 (file)
@@ -297,6 +297,10 @@ namespace Palete {
                {
                        return new Gee.ArrayList<Lsp.SignatureInformation>();   
                }
+               public override async Gee.ArrayList<Lsp.SymbolInformation> symbol (string sym) throws GLib.Error 
+               {
+                       return new Gee.ArrayList<Lsp.SymbolInformation>();
+               }
                
        }