File tree 1 file changed +4
-20
lines changed
1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
7
{
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" ,
18
9
"type" : " php" ,
19
10
"request" : " launch" ,
20
11
"port" : 9000 ,
21
12
"pathMappings" : {
13
+ "/nextcloud/custom_apps/cookbook" : " ${workspaceFolder:cookbook}" ,
22
14
"/var/www/html/custom_apps/cookbook" : " ${workspaceFolder:cookbook}" ,
23
15
"/var/www/html" : " ${workspaceFolder:base}"
24
16
}
25
17
},
26
18
{
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" ,
37
20
"type" : " php" ,
38
21
"request" : " launch" ,
39
22
"port" : 9003 ,
40
23
"pathMappings" : {
24
+ "/nextcloud/custom_apps/cookbook" : " ${workspaceFolder:cookbook}" ,
41
25
"/var/www/html/custom_apps/cookbook" : " ${workspaceFolder:cookbook}" ,
42
26
"/var/www/html" : " ${workspaceFolder:base}"
43
27
}
You can’t perform that action at this time.
0 commit comments