Create devcontainer.json

This commit is contained in:
Félix MARQUET
2024-10-29 08:39:19 +01:00
committed by GitHub
parent a3f12f5c2e
commit 84f5546994

View File

@@ -0,0 +1,6 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/tailscale/codespace/tailscale": {}
}
}