- VSCode Version: 1.38.0-insiders
- OS Version: Windows
Steps to Reproduce:
- Use the C/C++ extension or some other extension that returns SymbolInformation instead of DocumentSymbol.
- View the Outline.
Bug: The Outline view is blank. ERR Cannot read property 'indexOf` of undefined error is shown. The bug doesn't repro with VS Code non-insiders. Our internal build that returns DocumentSymbol instead of SymbolInformation does not repro the bug (TypeScript also uses DocumentSymbol).
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Bug: The Outline view is blank. ERR Cannot read property 'indexOf` of undefined error is shown. The bug doesn't repro with VS Code non-insiders. Our internal build that returns DocumentSymbol instead of SymbolInformation does not repro the bug (TypeScript also uses DocumentSymbol).
Does this issue occur when all extensions are disabled?: Yes