Can I map locations in path segment dynamically? #1081
Unanswered
SharakPL
asked this question in
Troubleshoot
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What I'm looking for is have location I start in mapped dynamicaly in VSCode terminal as the workspace (just as ~ works for $HOME) and full path after that. So for example when I open project located in C:/projects/myapp the path in prompt would show:
then
cd src/js:Is it possible?
All reactions