Fix references to HoverVisitor
This commit is contained in:
@@ -130,7 +130,6 @@ async function hoverExpression(input: string) {
|
||||
column: pos.character
|
||||
},
|
||||
context,
|
||||
[],
|
||||
validatorFunctions
|
||||
);
|
||||
return hv.hover(expr);
|
||||
|
||||
Reference in New Issue
Block a user