Delete launch.json

This commit is contained in:
Daniil Gentili 2018-06-09 21:00:57 +02:00 committed by GitHub
parent 4bbd6c0b59
commit febb31d01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.vscode/launch.json vendored
View File

@ -1,19 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9002
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${workspaceRoot}/testing.php",
"cwd": "${fileDirname}",
"port": 9000
}
]
}