Webstorm crashes and all my settings gone

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-07 01:00:33

问题


I was working with my webstorm 7.0.3 which used for editing the javascript code. All of the sudden something went wrong with my system and everything froze! Had to cold reboot the system and when restarted the webstorm i saw these error messages stating that none of my settings that I spent hours to create ( and of course saved) can be restored!

This is has may be a serious bug in websotrm which may cause lack of reliability of this product


回答1:


There is a hidden folder .idea inside the webstorm working directory. Remove that folder and try again.




回答2:


maybe late, but this just happened to me on PhpStorm2018.3 upgrade.

one can just reclaim ownership on files inside .idea directory and change the read-only attribute on all files inside .idea.

for linux:

sudo chown -R user:group .idea inside a project dir (root dir where .idea resides)

and then

chmod +r -R .idea also inside a root dir of the project



来源:https://stackoverflow.com/questions/20961240/webstorm-crashes-and-all-my-settings-gone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!