{ "version": "2.0.0", "tasks": [ { "label": "Run local PHP server", "type": "shell", "command": "C:\\laragon\\bin\\php\\php-8.3.16-Win32-vs16-x64\\php.exe -S localhost:8000 -t public", "isBackground": true, "problemMatcher": [], "group": "build" } ] }