mirror of
https://github.com/hacs/default.git
synced 2025-07-30 12:02:36 +00:00
Add claude-code to devcontainer
This commit is contained in:
@ -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
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
__pycache__
|
||||
.claude
|
Reference in New Issue
Block a user