{ "tasks": [ { "type": "shell", "command": "symfony", "args": [ "server:start", "--allow-http", "--no-tls", "--port=8000", "--allow-all-ip", "-d" ], "label": "symfony" }, { "type": "shell", "command": "yarn", "args": ["encore", "dev", "--watch"], "label": "webpack" } ] }