pycharm, export python console settings

Answered

I'm trying to export my Project settings to a zip file and load it into a new project.

the most major modification I'm doing is to the Python console but it seems that it's not something that is exported in the settings.zip file.

correct if I'm wrong, and if this is indeed the case, is there any way to still package those settings as well?

0
1 comment

Hi,

Python Console settings are project-specific and stored in .idea folder of your project (workspace.xml file to be specific). It means that IDE settings export doesn't include them.
We can't export/import them because each project can have its own Python Console settings and it's unclear how to behave in that case.

0

Please sign in to leave a comment.