29 lines
922 B
JSON
29 lines
922 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": [
|
|
{
|
|
"type": "php",
|
|
"request": "launch",
|
|
"name": "Launch Running",
|
|
"program": "${file}",
|
|
"cwd": "${fileDirname}",
|
|
"port": 9013,
|
|
"runtimeExecutable": "/usr/bin/php",
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"type": "php",
|
|
"request": "launch",
|
|
"name": "Listen PHP Docker",
|
|
"port": 9013,
|
|
"pathMappings": {
|
|
"/var/www/contents-manager-service": "${workspaceRoot}/app/public",
|
|
"/home/asdynamics/private/contents-manager-service": "${workspaceRoot}/app/private",
|
|
"/home/asdynamics/private/asdphp": "/home/rik/workspace-php/kube/asdphpKube/app/private"
|
|
}
|
|
}
|
|
]
|
|
} |