From e3be8ad4cd19a99fd21a8e70a22fd6c5e3c735da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 6 Jul 2025 19:54:42 +0100 Subject: [PATCH] Add claude-code to devcontainer (#4695) --- .devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer.json b/.devcontainer.json index d5760da60..013b4ecbc 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -56,7 +56,9 @@ }, "remoteUser": "vscode", "features": { + "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/rust:1": {} } } \ No newline at end of file