diff --git a/devcontainer.json b/devcontainer.json index b10a841..d6b513a 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -46,7 +46,9 @@ "source=devc-${localWorkspaceFolderBasename}-config-${devcontainerId},target=/home/vscode/.claude,type=volume", "source=devc-${localWorkspaceFolderBasename}-gh-${devcontainerId},target=/home/vscode/.config/gh,type=volume", "source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,readonly", - "source=${localWorkspaceFolder}/.devcontainer,target=/workspace/.devcontainer,type=bind,readonly" + "source=${localWorkspaceFolder}/.devcontainer,target=/workspace/.devcontainer,type=bind,readonly", + "source=${localWorkspaceFolder}/.git/config,target=/workspace/.git/config,type=bind,readonly", + "source=${localWorkspaceFolder}/.git/hooks,target=/workspace/.git/hooks,type=bind,readonly" ], "containerEnv": { "NODE_OPTIONS": "--max-old-space-size=4096",