Fix launch.json

This commit is contained in:
Chuck Lantz
2019-05-01 20:32:57 +00:00
parent 7b03b7d9a9
commit f25aa2d45b

2
.vscode/launch.json vendored
View File

@@ -5,7 +5,7 @@
"name": "Launch application", "name": "Launch application",
"type": "php", "type": "php",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/main.php", "program": "${workspaceFolder}/index.php",
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"port": 9000 "port": 9000
} }