Unverified Commit ad088a11 authored by Chuck Lantz's avatar Chuck Lantz Committed by GitHub

Update devcontainer.json to be spec compliant (#108)

Same as https://github.com/devcontainers/feature-template/pull/2
parent 97c1abf3
{
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18",
"customizations": {
"vscode": {
"extensions": [
"mads-hartmann.bash-ide-vscode"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {}
},
"postCreateCommand": "npm install -g @devcontainers/cli"
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment