Note:
After cloning the repository, before running other commands, first edit the below file:
frappe_docker/devcontainer-example/devcontainer.json
Inside the extensions section, add the Claude Code extension:
"extensions": [
"anthropic.claude-code"
]
Example:
{
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"anthropic.claude-code"
]
}
}
}
After editing the file:
-
Rebuild the Dev Container.
-
If the container is already built:
-
Install the extension manually inside the container, or
-
Remove the existing containers and rebuild again.
-
This will automatically install the Anthropic Claude Code extension inside the Dev Container.