-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added skip-phpstorm-config option to the start command #103
base: master
Are you sure you want to change the base?
Conversation
Prevent magento-scripts from constantly overwriting the PHPStorm configurations at every start
This change will not solve the problem as you will need to run |
What do you mean by that? I've copied the changes to one of my locals and it does solve the problem for me (being that every time I start / restart the local it overwrites my PHPStorm config). |
"That" will skip file generating entirely, while we want some settings to change (like xdebug and MySQL connection location). |
No, that is what I wanted to skip :) Because I don't want it to touch my xDebug configs every time, I want to use my own settings.
No, because I only wanted to impact the PHPStorm configs, not the others. And I figured that defining the skip with the function would be neater than defining it in |
so you want to manually adjust ports every time?
I mean, createPhpStormConfig is a function that returns the task, but task itself has |
Well, no, I adjust it once and then never touch it again. But mostly I don't want it to touch the
Right, but it didn't get the |
We likely won't touch other settings, except ports, as they can change.
|
In my experience at every start it overwrites all PHPStorm configs, including debug settings and configured servers. But maybe I'm missing some setting to prevent that behaviour? |
Your experience is valid as for everyone else, as now it does work like that. Currently, this setup is undergoing testing by seniors so it will be out soon. |
Prevent magento-scripts from constantly overwriting the PHPStorm configurations at every start