Created
September 30, 2024 22:21
-
-
Save rfay/5cb8d6ea7fb82dda04a4037c570c69a0 to your computer and use it in GitHub Desktop.
devcontainer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "DDEV Devcontainer setup", | |
"image": "mcr.microsoft.com/devcontainers/base:latest", | |
"workspaceFolder": "/var/www/html", | |
"settings": { | |
"terminal.integrated.cwd": "/var/www/html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment