From d6a259498a1ca2bcd3d2385bb2ee38b5afe35d73 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 9 Jul 2025 05:37:40 +0000 Subject: [PATCH] Add claude-code to devcontainer --- .devcontainer.json | 11 +++-------- .gitignore | 1 + 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 73ab6e1a..b3cdd365 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,14 +2,6 @@ "name": "hacs/default", "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10", "postCreateCommand": "scripts/setup", - "context": ".", - "extensions": [ - "ms-python.python", - "github.vscode-pull-request-github", - "ryanluker.vscode-coverage-gutters", - "ms-python.vscode-pylance", - "GitHub.copilot" - ], "customizations": { "vscode": { "settings": { @@ -49,5 +41,8 @@ ] } }, + "features": { + "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {} + }, "remoteUser": "vscode" } \ No newline at end of file diff --git a/.gitignore b/.gitignore index bee8a64b..e8a373c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__ +.claude \ No newline at end of file