Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - Breadcrumbs not available #856

Open
mamilic opened this issue Sep 30, 2024 · 4 comments
Open

[Bug] - Breadcrumbs not available #856

mamilic opened this issue Sep 30, 2024 · 4 comments
Labels

Comments

@mamilic
Copy link
Contributor

mamilic commented Sep 30, 2024

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

@jdneo
Copy link
Member

jdneo commented Oct 8, 2024

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 jdneo added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 8, 2024
@mamilic
Copy link
Contributor Author

mamilic commented Oct 17, 2024

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

@jdneo
Copy link
Member

jdneo commented Oct 18, 2024

AFAIK, there is no extension api to do that.

@mamilic
Copy link
Contributor Author

mamilic commented Oct 23, 2024

@jdneo , I've opened an issue/feature against vscode repository, microsoft/vscode#232026
Hope this makes sense.

@jdneo jdneo added upstream and removed help wanted Extra attention is needed good first issue Good for newcomers labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants