mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Remove cast that was causing type error
This commit is contained in:
@@ -74,7 +74,7 @@ class DocumentSymbolAdapter {
|
||||
containerName: info.containerName,
|
||||
range: typeConvert.Range.from(info.location.range),
|
||||
selectionRange: typeConvert.Range.from(info.location.range),
|
||||
children: [] as DocumentSymbol[]
|
||||
children: []
|
||||
};
|
||||
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user