Installation for S&D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

42 lines
709 B

{
"folders": [
{
"path": "."
}
],
"settings": {},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "[DEBUG] Core",
"type": "php",
"request": "launch",
"port": 9003,
"log": false,
"xdebugSettings": {
"show_hidden": 0,
"max_depth": 3
},
"pathMappings": {
"/var/www/core/": "${workspaceFolder}/searchanddisplace-core",
}
},
{
"name": "[DEBUG] Ingest",
"type": "php",
"request": "launch",
"port": 9004,
"log": false,
"xdebugSettings": {
"show_hidden": 0,
"max_depth": 3
},
"pathMappings": {
"/var/www/ingest/": "${workspaceFolder}/searchanddisplace-ingest",
}
}
]
}
}