diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ead3123..d1d996d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "remoteUser": "vscode", // Run once after the container is created. - "postCreateCommand": "make init", + "postCreateCommand": "make init && make tools", // Fix ownership of the mounted ~/.claude so the vscode user can read host auth. "postStartCommand": "sudo chown -R vscode:vscode /home/vscode/.claude 2>/dev/null || true",