ddev composer install and ddev ssh proxy commands.ddev-projectname-web container, choose “Attach to Container”.To fix the XDebug connection to VS Code inside the container you need to redirect xdebug target to localhost via creating a php configuration file .ddev/php/xdebug-localhost.ini:
xdebug.client_host=127.0.0.1
To use VS Code as default editor: