adds development versions

This commit is contained in:
soneill 2021-09-05 13:27:54 +12:00
parent 790407f552
commit 36f977d0b3
13 changed files with 223 additions and 483 deletions

15
development/launch.json Normal file
View file

@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"log": true,
"externalConsole": false,
"pathMappings": {
"/var/www/html/pathfinder": "${workspaceRoot}/pathfinder",
}
},
]
}