WIP: Untested, solo caricati file di test

This commit is contained in:
Riccardo Di Dato
2020-09-23 00:05:00 +02:00
parent 0c74df1983
commit d1f4f4c50c
44 changed files with 1034 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
// 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"
}
}
]
}