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

Add breadcrumbs functionality #19

Open
jtmkrueger opened this issue Feb 21, 2024 · 3 comments
Open

Add breadcrumbs functionality #19

jtmkrueger opened this issue Feb 21, 2024 · 3 comments

Comments

@jtmkrueger
Copy link

image

It'd be cool if the extension showed the current directory you were in at the top of the tree using the vscode breadcrumbs. It could be tied to the breadcrumbs setting in vscode so people that don't have breadcrumbs on wouldn't have to see it.

@jtmkrueger
Copy link
Author

I can try and do a PR for this, just don't want to take the time if it's not something you'd be interested in merging

@danprince
Copy link
Owner

@jtmkrueger I'm not against this feature (although I don't personally use breadcrumbs, so it's not a high priority) but I would actually be surprised if vscode gives you an extension API for controlling this bit of UI.

If the code required for setting them is minimal, then I'd happily merge the PR, but before you set off implementing can you send the links to the docs for the API for interacting with the breadcrumbs from an extension codebase?

@jtmkrueger
Copy link
Author

I was going to research how the vscode module's breadcrumbs api works. You're probably right, but I didn't wanna dig in on anything if it wasn't something you'd accept PR's for.
(Really digging the extension thanks for making it! I use it with the VSCode Neovim extension and it was super easy to set up.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants