IDEA 2023.3.1, zip version, change location of config not work.
Answered
I change location of config to idea same dir, as flowing:
idea.config.path=${idea.home.path}/.IdeaIC/config
idea.system.path=${idea.home.path}/.IdeaIC/system
idea.plugins.path=${idea.config.path}/plugins
idea.log.path=${idea.system.path}/log
but when i change vm options, I receive this error:
Cannot write to file C:\Users\adm\AppData\Roaming\JetBrains\IdeaIC2023.3\idea.properties: File does not exist: C:\Users\adm\AppData\Roaming\JetBrains\IdeaIC2023.3\idea.properties
it seems config not work
Please sign in to leave a comment.
Your IDEA should already use the new location too.
You could open the ${idea.home.path}/.IdeaIC to verify it.
About this issue:
> Cannot write to file C:\Users\adm\AppData\Roaming\JetBrains\IdeaIC2023.3\idea.properties: File does not exist: C:\Users\adm\AppData\Roaming\JetBrains\IdeaIC2023.3\idea.properties
Currently, the IDE still loads the idea.properties from the IDE default folder even if you have changed that config folder.
Please vote for the related issue: https://youtrack.jetbrains.com/issue/IDEA-190316