I donβt quite understand how Terminal Plugin is connected in IDEA, where to launch the terminal (although it is always a subfolder of the project root), but there is a kind of workaround for this: always run the terminal in the root of your repo.
In "Settings β Terminal" add the / K option and then the command to go to the desired path, for example:
- Shell path:
cmd /K "cd D:\usr\local\repo"
source share