[Bug] - Breadcrumbs not available
When class from library is opened there is no breadcrumbs available.
Steps to reproduce:
- clone repo https://github.com/spring-projects/spring-kafka, (you can use any repo)
- Try to open ApplicationEvent.java class from spring-context
- There is no breadcrumb available
On the right hand side it is library class, there are no breadcrumbs, however on the right hand side there is and that is project java claas
My guess is that the breadcrumbs are only available for uri with 'file' scheme, while the scheme for .class files are 'jdt'.
Need to investigate if this assumption is correct.
Can the breadcrumbs be set by the extension, or they are part of vscode internal implementation which sets automatically based on file scheme?
AFAIK, there is no extension api to do that.
@jdneo , I've opened an issue/feature against vscode repository, https://github.com/microsoft/vscode/issues/232026 Hope this makes sense.