Add claude-code to devcontainer

This commit is contained in:
ludeeus
2025-07-09 05:37:40 +00:00
parent 7dfc9384a8
commit d6a259498a
2 changed files with 4 additions and 8 deletions

View File

@ -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"
}

1
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
.claude