File tree Expand file tree Collapse file tree 4 files changed +51
-6
lines changed
Expand file tree Collapse file tree 4 files changed +51
-6
lines changed Original file line number Diff line number Diff line change 1- .idea /
2- .vscode /
3- /vendor /
1+ vendor /
42composer.lock
Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "name" : " Launch DevNet Application" ,
9+ "type" : " php" ,
10+ "request" : " launch" ,
11+ "cwd" : " ${workspaceRoot}/bin/" ,
12+ "runtimeArgs" : [
13+ " -dxdebug.start_with_request=yes" ,
14+ " apphost"
15+ ],
16+ "env" : {
17+ "XDEBUG_MODE" : " debug,develop"
18+ }
19+ }
20+ ]
21+ }
Original file line number Diff line number Diff line change 1- .idea /
2- .vscode /
3- /vendor /
1+ vendor /
42composer.lock
Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "name" : " Launch Built-in web server" ,
9+ "type" : " php" ,
10+ "request" : " launch" ,
11+ "cwd" : " ${workspaceRoot}/webroot" ,
12+ "runtimeArgs" : [
13+ " -dxdebug.mode=debug" ,
14+ " -dxdebug.start_with_request=yes" ,
15+ " -S" ,
16+ " localhost:8000"
17+ ],
18+ "serverReadyAction" : {
19+ "pattern" : " Development Server \\ (http://localhost:([0-9]+)\\ ) started" ,
20+ "uriFormat" : " http://localhost:%s" ,
21+ "action" : " openExternally"
22+ },
23+ "env" : {
24+ "DEVNET_ENVIRONMENT" : " development"
25+ }
26+ }
27+ ]
28+ }
You can’t perform that action at this time.
0 commit comments