chore: create devcontainer.json (#9563)

let's configure the devcontainer feature so that contributors can start
a dev environment directly from GitHub.
This commit is contained in:
Alex Rudenko 2023-01-23 10:16:46 +01:00 committed by GitHub
parent 41494950c0
commit ac7da4f5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:1": {
"version": "latest",
"moby": true
}
}
}