With this update we move the FPM setting from the project config.yml file into the global.yml file on a per-project basis. This means that one user can enable xdebug with their own port number without impacting the performance or config of other users on the project.
XDebug also now comes bundled into the main FPM container and no longer requires maintenance of a dedicated FPM container.
Finally, Xdebug is easier to enable with a single global setting: tok config-set global project xdebug enabled true
fixes #161
With this update we move the FPM setting from the project config.yml file into the global.yml file on a per-project basis. This means that one user can enable xdebug with their own port number without impacting the performance or config of other users on the project.
XDebug also now comes bundled into the main FPM container and no longer requires maintenance of a dedicated FPM container.
Finally, Xdebug is easier to enable with a single global setting:
tok config-set global project xdebug enabled true