Project title includes `, .git` Follow
Answered
I have a trivial but annoying glitch with one of my projects. The Title in the project launcher and the window menu includes `, .git`. It doesn't appear in the window title.
I've deleted the `.idea` directory and emptied caches, but the problem persists. All other projects are fine.
Any Ideas?
Please sign in to leave a comment.
Do you use Intellij IDEA? What name do you see in File | Project Structure | Project tab - could you show a screenshot?
What will you see if you close the project (File | Close Project) and remove it form the recent project list in the Welcome screen?
This is a Webstorm project.
I noticed in preferences > Directories, that there was an extra listing for the `.git` directory. But I couldn't delete it.
I remembered I had seen something similar when working with a mono-repo. I deleted all `.idea` directories in all sub-modules. It seems to have cleared the issue.
Thank you for the information.