From fb41bb566e66a6ff61dd8f14a027f2ab911fb645 Mon Sep 17 00:00:00 2001 From: rvskrishnaprasad <65659523+rvskrishnaprasad@users.noreply.github.com> Date: Sat, 21 Feb 2026 06:58:10 -0800 Subject: [PATCH] Add devcontainer configuration for Codespace --- .devcontainer/devcontainer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..7ed586d --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + // Name this configuration +"name": "Codespace for Skills!", + // Use the base codespace image +"image": "mcr.microsoft.com/vscode/devcontainers/universal:latest", + "remoteUser": "codespace", + "overrideCommand": false +}