Idea opens terminal in wrong folder
Answered
Recently Idea started opens terminal in `IdeaProjects` folder. But should in project folder.
In `Settings` -> `Tool` -> `Terminal` -> `Start directory` everything is set properly.
What can it be? What's the reason of such a strange behavior?
Please sign in to leave a comment.
Please report a bug at https://youtrack.jetbrains.com/issues/IDEA with IDE settings attached (https://intellij-support.jetbrains.com/hc/articles/206544519). Also attach the logs: https://intellij-support.jetbrains.com/hc/articles/207241085.
If I set `Start directory` for example :
/Users/myuser/IdeaProjects/my-project/.idea
then Idea opens terminal in properly place - in my-project directory..
Seems last folder is ignored... I don't know why... :(