Webstorm on High Sierra asks keep memory changes on load fro disk at every cmd+s action
after update my webstorm is unusable, every cmd+s action triggers the window told's me that file was changed on disk and in memory both.
Please sign in to leave a comment.
`idea.io.use.nio2=true` works for me
> Try adding `idea.io.use.nio2=true` to Help | Edit Custom Properties (and restart the app) - does it make any difference?
Hi, this help for me too. Thanks
I got the same issue after updating to High Sierra and I am using docker + dinghy. The 'idea.io.use.nio2=true' works for me.
Thanks.
Worked for me as well, but after an update (either macos or webstorm) it's occurring again. It's almost impossible to use webstorm with such a behaviour.
@Vladimir same for me . It returns with new phpstorm
I just started seeing this after I setup an external tool to run upon file save. I have prettier running after a file is saved and adding `idea.io.use.nio2=true` does not correct the issue. Disabling safe write corrected this issue, but now I don't have safe write.
Adding idea.io.use.nio2=true to the custom properties helped, THANK YOU! PhpStorm was almost unusable. The combination High Sierra and Dinghy was, as described earlier, the cause of the problem.