We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181a33d commit 8fe8970Copy full SHA for 8fe8970
.devcontainer/devcontainer.json
@@ -0,0 +1,5 @@
1
+{
2
+ "name": "PHP",
3
+ "image": "mcr.microsoft.com/devcontainers/php",
4
+ "postCreateCommand": ".devcontainer/install-dependencies.sh"
5
+}
0 commit comments