Oblx
Oblx

Reputation: 101

PhpStorm cannot "Synchronize all" despite mapping configured

I am facing an issue with PhpStorm: I don't have access to "Synchronize all" button in compare window.

screenshot of issue

However, I can still upload to my server using direct menu :

Direct upload 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...

Hide filter

It's not really convenient and I don't know what went wrong. Any help is highly appreciated :)

Upvotes: 0

Views: 33

Answers (1)

Oblx
Oblx

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

Related Questions