Reputation: 101
I am facing an issue with PhpStorm: I don't have access to "Synchronize all" button in compare window.
However, I can still upload to my server using direct menu :
Also if I add /.idea
in deployment excluded path then it will exclude everything even if it's not inside /idea
. I have to remove unselected filter to show my files...
It's not really convenient and I don't know what went wrong. Any help is highly appreciated :)
Upvotes: 0
Views: 33
Reputation: 101
Thanks to comment of @LazyOne I could solve my problem.
I went into settings > directories
and redefined root folder for my project. Then I could access to synchronize all.
Note that you need a default server to be able to sync.
Upvotes: 2