Skip to content

Commit 3b3f9f2

Browse files
committed
chore: add bootstrap stub container
When using "clone in container volume", VS Code requires a top-level devcontainer.json. Add a simple stub container to enable this workflow. After checkout a user can switch with "switch container".
1 parent cb872e7 commit 3b3f9f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21"
3+
}

0 commit comments

Comments
 (0)