mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
@@ -89,7 +89,7 @@ class TypeScriptWorkspaceSymbolProvider implements vscode.WorkspaceSymbolProvide
|
||||
}
|
||||
|
||||
private toSymbolInformation(item: Proto.NavtoItem): vscode.SymbolInformation | undefined {
|
||||
if (!item.containerName || item.kind === 'alias') {
|
||||
if (item.kind === 'alias' && !item.containerName) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user