Let's get VS Code set up so it can listen for the call back from Xdebug and send over the needed information to create a connection between the two.
The first step we need to take is to get VSCode setup to handle Xdebug debugging sessions. Let’s install the extension called php-debug, which gives us the interface for setting up and managing Xdebug connections from our DDEV server.