settings.json, php-conf.php should only be parsed when the project is bootstrapped #196
Labels
bug
Something isn't working
important
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Milestone
Describe the bug
.vscode/settings.json
and.gp/conf/php-fpm/php-fpm.conf
will get overwritten once they are bootstrapped (built for the first time).Screenshots
Steps to reproduce
.vscode/settings.json
and.gp/conf/php-fpm/php-fpm.conf
Observe that the changes made to
.vscode/settings.json
and.gp/conf/php-fpm/php-fpm.conf
in step 3 are gone.Expected behavior
Chnage made to
.vscode/settings.json
and.gp/conf/php-fpm/php-fpm.conf
after a project is bootstrapped should remainAdditional information
The text was updated successfully, but these errors were encountered: