mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix compile issue
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user