auto Import settings during Community edition install?
Windows 10 - Does anyone know if it is possible to Automate the setting import during the installation process? I am using a PS (PSappDeployToolkit) script to perform the installation of 2022.3
Please sign in to leave a comment.
There are several ways to share IDE settings: https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html
One of the methods is using a ZIP archive:
You can script the unpacking of the ZIP archive to a settings directory on every machine where you want to import the settings, and PyCharm should pick them up automatically.
I am assuming there is a command line available for it? where can I find a command line reference to export and import including required parameters?
If you put the settings to the configuration directory, they will be picked up automatically when you start the IDE.
Not feasible for 140 users, so they will have to do it themselves I guess...