Skip to content

Commit 8b8468b

Browse files
author
David Stenglein
committed
Added missing postCreateCommand to install @anthropic-ai/claude-code globally.
Signed-off-by: David Stenglein <[email protected]>
1 parent 2d4bdfc commit 8b8468b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
// "runArgs" : [
5252
// "--network="
5353
// ]
54+
"postCreateCommand": "npm install -g @anthropic-ai/claude-code",
5455

5556
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
5657
// "remoteUser": "root"

0 commit comments

Comments
 (0)