Webstorm crashes and all my settings gone

五迷三道 提交于 2019-12-05 05:44:52

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

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

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