File tree Expand file tree Collapse file tree
images/base/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,10 +71,6 @@ RUN add-apt-repository ppa:aos1/diff-so-fancy \
7171 && apt-get update \
7272 && apt-get install -y diff-so-fancy
7373
74- # Add default managed settings for Claude
75- RUN mkdir -p /etc/claude-code
76- COPY claude-managed-settings.json /etc/claude-code/managed-settings.json
77-
7874USER vscode
7975WORKDIR /home/vscode
8076
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1414 "ghcr.io/eitsupi/devcontainer-features/jq-likes:2" : {
1515 "yqVersion" : " 4"
1616 },
17- "ghcr.io/devcontainers/features/github-cli:1" : {},
18- "ghcr.io/anthropics/devcontainer-features/claude-code:1" : {}
17+ "ghcr.io/devcontainers/features/github-cli:1" : {}
1918 },
2019 "customizations" : {
2120 "vscode" : {
2625 " GitHub.vscode-github-actions" ,
2726 " ms-vscode.makefile-tools" ,
2827 " ms-vsliveshare.vsliveshare" ,
28+ " Anthropic.claude-code" ,
2929 " openai.chatgpt"
30- ],
31- "settings" : {
32- "claudeCode.allowDangerouslySkipPermissions" : true ,
33- "claudeCode.initialPermissionMode" : " bypassPermissions"
34- }
30+ ]
3531 }
3632 },
3733 "shutdownAction" : " stopContainer" ,
You can’t perform that action at this time.
0 commit comments