{ "id": "claude-code", "version": "1.0.0", "name": "claude-code (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/claude-code", "description": "Claude Code is an agentic coding tool that lives in your terminal", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "customizations": { "vscode": { "extensions": [ "anthropic.claude-code" ] } }, "installsAfter": [] }