I have a question about the PHP Tools plugin for VSCode. I've been using PHP Tools in VS2015/17/19 for many years but VSCode is a bit new to me.
So, the basic launch.json profiles allows me to start the built-in PHP server or listen for Xdebug, etc, which is cool. When I launch the built-in server it opens my web browser to the correct URL.
My question is, is there a way to get it to open the browser to a URL when I use the "listen for xdebug" profile? I'd like to press F5 to start the debugger and popup the browser immediate. Is this possible?