Skip to content

Instantly share code, notes, and snippets.

@rfay
Created September 30, 2024 22:21
Show Gist options
  • Save rfay/5cb8d6ea7fb82dda04a4037c570c69a0 to your computer and use it in GitHub Desktop.
Save rfay/5cb8d6ea7fb82dda04a4037c570c69a0 to your computer and use it in GitHub Desktop.
devcontainer.json
{
"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