What file to restore from my backups to recover project settings?

Answered

I had a power failure recently.  When I started PyCharm, it no longer had my remote interpreter in settings.  Maybe there are others missing too.  How can I restore my settings from my backups?  It seemed like recovering .idea/workspace.xml would do it, but it did not.

This is with Windows 7 and PyCharm 2017.3.

0
1 comment

Hello,

"<project_name>.iml" contains information about project interpreter. Full list of interpreters is kept in "jdk.table.xml" file in options folder (https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs) (e.g. C:\Users\<USER_NAME>\.PyCharm2017.3.3\config\options)

 

 

 

0

Please sign in to leave a comment.