Skip to content

Commit 67578e4

Browse files
committed
mount more vibe coding agents config folder
1 parent 9a8762c commit 67578e4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

devcontainer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
66

77
"mounts": [
8-
// For Linux/macOS host:
9-
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached",
10-
"source=${localEnv:HOME}/.gemini,target=/home/vscode/.gemini,type=bind,consistency=cached"
8+
"source=${localEnv:HOME}/.claude,target=/home/vscode/.claude,type=bind,consistency=cached",
9+
"source=${localEnv:HOME}/.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached",
10+
"source=${localEnv:HOME}/.codex,target=/home/vscode/.codex,type=bind,consistency=cached",
11+
"source=${localEnv:HOME}/.gemini,target=/home/vscode/.gemini,type=bind,consistency=cached",
12+
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached"
1113
],
1214

1315
"features": {

0 commit comments

Comments
 (0)