If xdebug is set to enabled in the environment.yaml, then xdebug.ini should probably have remote debugging turned on so it can be used right off the bat.
I did it on my end by adding the following lines to /config/php/fpm/conf.d/20-xdebug.ini and then running vagrant provision:
If xdebug is set to enabled in the environment.yaml, then xdebug.ini should probably have remote debugging turned on so it can be used right off the bat.
I did it on my end by adding the following lines to
/config/php/fpm/conf.d/20-xdebug.ini
and then running vagrant provision: