From df4cd17c85a25719563f9aef0c2e8f78ed1feaa9 Mon Sep 17 00:00:00 2001 From: masankar07 Date: Wed, 15 Apr 2026 05:28:33 -0700 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..414dcb98 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ +"name": "Codespaces for skills", +// Use the base codespace image +"image": "mcr.microsoft.com/vscode/devcontainers/universal:latest", +"remoteUser": "codespace", +"overrideCommand": false +}