We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ed941 commit b7d851aCopy full SHA for b7d851a
1 file changed
.devcontainer/devcontainer.json
@@ -63,9 +63,8 @@
63
"SSH_AUTH_SOCK": "/ssh-agent",
64
"LC_ALL": "C.UTF-8"
65
},
66
- "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,readonly,type=bind,consistency=delegated",
+ "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated",
67
"workspaceFolder": "/workspace",
68
- "postCreateCommand": "sudo chown -R node:node /home/node/.claude || true",
69
"postStartCommand": "curl -fsSL https://claude.ai/install.sh | bash",
70
"waitFor": "postStartCommand"
71
}
0 commit comments