Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPStorm: Disable Auto Opening of File transfer tool window

I'm using PHPStorm 10, every first save after the opening PHPStorm the File transfer tool windows show up, telling me that the file is being auto uploaded.

I've tried all type of settings, without good results: the file transfer window keep showing up at the first save. How can i disable this behavior?

This is the tool window: File Transfer tool window

like image 774
StreamZero Avatar asked Nov 04 '15 22:11

StreamZero


1 Answers

Open Tools > Deployment > Options and change Operations logging to "Errors only".

like image 145
Dmitrii Avatar answered Oct 06 '22 00:10

Dmitrii