{ "version": "0.2.0", "configurations": [ { "name": "Launch built-in server", "type": "php", "request": "launch", "runtimeArgs": [ "-S", "localhost:8080", "-t", "web" ], "hostname": "localhost", "port": 5902, "serverReadyAction": { "action": "openExternally" }, } ] }