How to open moved project in PyCharm 2.0? Follow
Hi,
I've moved an existing PyChar project to a different location on the local filesystem. Then I opened the project using File->Open Directory menu item as suggested by a Help document. The project opened, however all project specific settings are gone (including all previously existing Run Configurations). Am I doing this wrong?
Thanks
Dmitry
Please sign in to leave a comment.
Hello Dmitry,
The run configurations are stored in the .idea/workspace.xml file under the
project directory. If you've moved the .idea directory together with the
project, all the settings should have been preserved.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Yes, this was me being silly. Thanks.