提交 6fcd2334 编写于 作者: J Johannes Rieken

fix compile issue

上级 5b292fda
......@@ -380,8 +380,8 @@ export namespace HierarchicalSymbolInformation {
export function to(info: modes.SymbolInformation): types.HierarchicalSymbolInformation {
let result = new types.HierarchicalSymbolInformation(
info.name,
SymbolKind.to(info.kind),
info.detail,
SymbolKind.to(info.kind),
location.to(info.location),
Range.to(info.definingRange)
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册