Delete launch.json

This commit is contained in:
Vitor Mattos 2021-05-11 18:48:50 -03:00 committed by GitHub
parent 00266e96b3
commit a145b98556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
.vscode/launch.json vendored
View file

@ -1,25 +0,0 @@
{
// Use o IntelliSense para saber mais sobre os atributos possíveis.
// Focalizar para exibir as descrições dos atributos existentes.
// Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9005,
"pathMappings": {
"/var/www/nextcloud/apps/libresign": "${workspaceFolder}/"
}
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}