mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Delete launch.json
This commit is contained in:
parent
00266e96b3
commit
a145b98556
1 changed files with 0 additions and 25 deletions
25
.vscode/launch.json
vendored
25
.vscode/launch.json
vendored
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue