mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge branch 'master' into grid
This commit is contained in:
@@ -381,7 +381,8 @@ export namespace HierarchicalSymbolInformation {
|
||||
detail: info.parent.detail,
|
||||
location: location.from(info.parent.location),
|
||||
definingRange: Range.from(info.parent.range),
|
||||
kind: SymbolKind.from(info.parent.kind)
|
||||
kind: SymbolKind.from(info.parent.kind),
|
||||
containerName: info.parent.containerName
|
||||
};
|
||||
if (info.children) {
|
||||
result.children = info.children.map(from);
|
||||
|
||||
Reference in New Issue
Block a user