This commit is contained in:
Eduardo Gulias Davis
2020-11-14 16:56:27 +01:00
parent d04083e28b
commit ca90a3291e
2 changed files with 1 additions and 26 deletions
+1
View File
@@ -1,4 +1,5 @@
.idea
.vscode
composer.lock
report/
vendor/
-26
View File
@@ -1,26 +0,0 @@
{
// 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",
"pathMappings": {
"${workspaceFolder}": "${workspaceFolder}"
},
"port": 9000,
"log": true
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}