On my current workspace I have many repos, example:
- C:GitRepo1
- C:GitRepo2
- C:GitRepo3
I would like to change the Terminal location each time I change Repos.
So if im working on Repo1blafake_file.py, the terminal should be in C:GitRepo1
and then if I change to Repo2something_else_file.fake, the terminal automatically change to C:GitRepo2.
Is this possible?
Maybe there is an extension?
Thanks!