You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a monorepo with tons of nested subroots. I navigate this repo a lot using the integrated terminal.
To manage navigation, a breadcrumb in the terminal, showing my path either relatively to the project's root, or absolutely if I'm outside the project, would be extremely useful. It would save me lots of cd ../../.. if I could just click my repo's root in a breadcrumb.
I feel like this feature would make sense considering the terminal integration efforts. What do you think?
The text was updated successfully, but these errors were encountered:
This is a cool idea but I think it would be best to live in an extension. Currently we don't expose shell integration info to extensions but we plan to, if there was a way to read the active CWD an extension could be written fairly easily. Let's track this in the API request here: #145234
Hi!
I'm working on a monorepo with tons of nested subroots. I navigate this repo a lot using the integrated terminal.
To manage navigation, a breadcrumb in the terminal, showing my path either relatively to the project's root, or absolutely if I'm outside the project, would be extremely useful. It would save me lots of
cd ../../..
if I could just click my repo's root in a breadcrumb.I feel like this feature would make sense considering the terminal integration efforts. What do you think?
The text was updated successfully, but these errors were encountered: