winter/.gitpod/vscode-launch.json
Ben Thomson 6f9923008e
Allow quick development environment with Gitpod (#295)
This PR introduces the capability of creating a quick development environment of Winter CMS using Gitpod for testing and further development.

See https://github.com/wintercms/winter/pull/295 for more information on the instance configuration.
2021-09-06 22:30:16 +08:00

14 lines
404 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
}
]
}