diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 68537ab0..5d70573a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,9 +6,14 @@ "shutdownAction": "stopCompose", // It is not mounted automatically if we use a compose file (?) "mounts": [{ - "source": "..", - "target": "/workspaces/${localWorkspaceFolderBasename}", - "type": "bind" - }], + "source": "..", + "target": "/workspaces/${localWorkspaceFolderBasename}", + "type": "bind" + }, { + "source": "~/.gitconfig", + "target": "/etc/gitconfig", + "type": "bind" + } + ], "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}" }