PyCharm getting error - Unable to save settings: Failed to save settings. Please restart PyCharm

Whenever I tried to open any project on PyCharm, this error message kept showing up on the console. Tried to dig around/fix it on my own but not sure what I should be doing. Found this log below from the idea.log, not sure if it is helpful. Please let me know. thank you

2021-02-18 11:23:05,592 [5065003] WARN - mponents.impl.stores.StoreUtil - Save settings failed 
java.lang.Exception: Cannot get VimLocalSettings component state
Caused by: java.lang.IllegalStateException: Cannot resolve $APP_CONFIG$$/vim_local_settings.xml in [Macro(key=$APP_CONFIG$, value=/Users/username/Library/Application Support/JetBrains/PyCharm2020.3/options), Macro(key=$ROOT_CONFIG$, value=/Users/username/Library/Application Support/JetBrains/PyCharm2020.3), Macro(key=$CACHE_FILE$, value=/Users/username/Library/Caches/JetBrains/PyCharm2020.3/workspace/app.xml)]
2 comments
Comment actions Permalink

Hi, please test if the issue is resolved after disabling IdeaVim plugin. If the plugin is to blame, please make sure you're using the latest version of both PyCharm and the IdeaVim plugin. 

You can also try removing the cache by deleting /Users/username/Library/Caches/JetBrains/PyCharm2020.3 directory.

1
Comment actions Permalink

Thanks that resolve my errors. Just need to update my plugin apparently. Sorry for the trouble

0

Please sign in to leave a comment.