Default Run/Debug Configuration values has gone away
Answered
Hi,
I set Environment Variable to Defaults > PHPUnit task in Run/Debug Configuration.
It woks fine right after I set values. But defaults values will be deleted when I restart PhpStorm.
How can I keep it?
Thanks,
Please sign in to leave a comment.
Hi there,
I have found https://youtrack.jetbrains.com/issue/WI-42428 to be similar to what you have described here.
That guy have solved it by deleting .idea subfolder (this project settings) while IDE is closed and re-creating the project from existing files. See if that will help you as well.
Possibly it's https://youtrack.jetbrains.com/issue/IDEA-189444 . If so -- it says fixed for 2018.2. You can try EAP build if so desired -- https://www.jetbrains.com/phpstorm/eap/
Thank you Andriy,
Looks like I had same issue with that you mentioned. After removing .idea it works properly for me!
Thanks