PyCharm has stopped reopening project files on restart
I am not sure if a recent update of PyCharm or of Windows 10 OS has caused this problem.
Old behavior: I stop work for the day and close PyCharm with the project I am working on and some of its files open and in use. The edit config for the active open file was selected and ready for run/debug use when PyCharm exited. When I next reload PyCharm, the "last in use" state of my work session was restored, open files reopened, edit configs associated with files as usual.
New behavior: PyCharm reloads and the last opened Project is active but NO previously open files and their edit configs are reopened and active.
I have searched everywhere in the various program and project settings and can only find reference to the general feature of reopening the last project in the same or new window/instance.
I am thinking there must be a tweak in the project config files for this project, but cannot find anything that seems to fix this annoying issue.
Thanks for any help with restoring the behavior of having "last opened" files reopened and not just the top level project.
Please sign in to leave a comment.
Please contact pycharm-support@jetbrains.com with your idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files), thank you.
Hi Jim,
I am having the same issue. I was wondering whether you found a solution.
Cheers!
Hi Rmac5570,
So, for me, I think it all ended up being a permissions problems.
I use a Windows 10 laptop and worked under a folder not in my User path. Once I created projects under my user path it all worked again.
I saw that the project.xml file where all the configuration was saved was being recreated from zero each time I started PyCharm which does not happen now.
Good luck,
Roger