Merge branch 'master' into grid

This commit is contained in:
Joao Moreno
2018-06-01 16:16:57 +02:00
7 changed files with 67 additions and 64 deletions

View File

@@ -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);