mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
type converters, use namespace for Hover
This commit is contained in:
@@ -200,7 +200,7 @@ class HoverAdapter {
|
||||
value.range = new Range(pos, pos);
|
||||
}
|
||||
|
||||
return typeConvert.fromHover(value);
|
||||
return typeConvert.Hover.from(value);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user