Skip to content

Commit 12d8c4a

Browse files
authored
Update launch.json
1 parent a5fbabe commit 12d8c4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/launch.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"runtimeArgs": [
1212
"-S",
1313
"localhost:8080",
14-
"index.php"
14+
"-t",
15+
"."
1516
],
1617
"cwd": "${workspaceRoot}",
1718
"port": 9003,
@@ -36,4 +37,4 @@
3637
"cwd": "${workspaceRoot}"
3738
}
3839
]
39-
}
40+
}

0 commit comments

Comments
 (0)