Skip to content

Commit 5959442

Browse files
Corrected debug config
Signed-off-by: Christian Wolf <[email protected]>
1 parent bab7b81 commit 5959442

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.vscode/launch.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,23 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Xdebug on 9000 for PHPUnit",
9-
"type": "php",
10-
"request": "launch",
11-
"port": 9000,
12-
"pathMappings": {
13-
"/nextcloud/custom_apps/cookbook": "${workspaceFolder:cookbook}"
14-
}
15-
},
16-
{
17-
"name": "Xdebug on 9000 for Live-Test",
8+
"name": "Xdebug on 9000",
189
"type": "php",
1910
"request": "launch",
2011
"port": 9000,
2112
"pathMappings": {
13+
"/nextcloud/custom_apps/cookbook": "${workspaceFolder:cookbook}",
2214
"/var/www/html/custom_apps/cookbook": "${workspaceFolder:cookbook}",
2315
"/var/www/html": "${workspaceFolder:base}"
2416
}
2517
},
2618
{
27-
"name": "Xdebug on 9003 for PHPUnit",
28-
"type": "php",
29-
"request": "launch",
30-
"port": 9003,
31-
"pathMappings": {
32-
"/nextcloud/custom_apps/cookbook": "${workspaceFolder:cookbook}"
33-
}
34-
},
35-
{
36-
"name": "Xdebug on 9003 for Live-Test",
19+
"name": "Xdebug on 9003",
3720
"type": "php",
3821
"request": "launch",
3922
"port": 9003,
4023
"pathMappings": {
24+
"/nextcloud/custom_apps/cookbook": "${workspaceFolder:cookbook}",
4125
"/var/www/html/custom_apps/cookbook": "${workspaceFolder:cookbook}",
4226
"/var/www/html": "${workspaceFolder:base}"
4327
}

0 commit comments

Comments
 (0)