Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete existing servers on PhpStorm?

Tags:

phpstorm

How to delete existing servers on PhpStorm? It seems that it is not even possible to delete the wrong ones.

like image 494
AusTex Avatar asked Mar 16 '16 17:03

AusTex


1 Answers

Those "servers" are deployment entries and they can be managed at Settings/Preferences | Build, Execution, Deployment | Deployment.

Please note that most (if not all) of those entries most likely (in your case, of course) will be shared entries (seen by all projects; it's default and only option in older PhpStorm versions) and therefore potentially can be used by more than one project. It's better if you go trough each existing project and make them project-specific (Visible only for this project check box -- if you do not have such option then you are using quite old PhpStorm version).

like image 76
LazyOne Avatar answered Nov 06 '22 21:11

LazyOne