cwsoft Posted November 17 Share Posted November 17 (edited) @kongondoCool to know. So far used ddev exclusively from the bash shell, as I worked several years on Unix systems. However, I may check out this VS code Add-in with one of the next projects. Edited November 17 by cwsoft Link to comment Share on other sites More sharing options...
dotnetic Posted November 17 Share Posted November 17 10 hours ago, nurkka said: does anybody use PHPStorm within WSL2 and could share some insights I use it with great speed (not using Mutagen, as it is not needed in WSL2). I also work with VScode (with WSL plugin from Microsoft) and it also works great. 1 Link to comment Share on other sites More sharing options...
cst989 Posted Friday at 11:35 AM Share Posted Friday at 11:35 AM One thing I've found is that most environments will show php warnings when using $config->debug = true but ddev will not. Does anyone worry/do anything about this? Link to comment Share on other sites More sharing options...
zoeck Posted Friday at 01:35 PM Share Posted Friday at 01:35 PM You can create a custom PHP Configuration: https://ddev.readthedocs.io/en/stable/users/extend/customization-extendibility/#custom-php-configuration-phpini You can test something like this: File - .ddev/php/my-php.ini [PHP] display_errors = On; error_reporting = E_ALL; 4 Link to comment Share on other sites More sharing options...
kongondo Posted Friday at 07:03 PM Share Posted Friday at 07:03 PM 7 hours ago, cst989 said: One thing I've found is that most environments will show php warnings when using $config->debug = true but ddev will not. Does anyone worry/do anything about this? This hasn't been my experience. DDEV shows both warnings and fatal errors. I haven't had to do anything special. What's your environment? 1 Link to comment Share on other sites More sharing options...
Recommended Posts