vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

[Bug] - Breadcrumbs not available

Open mamilic opened this issue 1 year ago • 4 comments

When class from library is opened there is no breadcrumbs available.

Steps to reproduce:

  1. clone repo https://github.com/spring-projects/spring-kafka, (you can use any repo)
  2. Try to open ApplicationEvent.java class from spring-context
  3. 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 image

mamilic avatar Sep 30 '24 11:09 mamilic

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.

jdneo avatar Oct 08 '24 00:10 jdneo

Can the breadcrumbs be set by the extension, or they are part of vscode internal implementation which sets automatically based on file scheme?

mamilic avatar Oct 17 '24 18:10 mamilic

AFAIK, there is no extension api to do that.

jdneo avatar Oct 18 '24 01:10 jdneo

@jdneo , I've opened an issue/feature against vscode repository, https://github.com/microsoft/vscode/issues/232026 Hope this makes sense.

mamilic avatar Oct 23 '24 09:10 mamilic