Skip to content

Commit

Permalink
Remove mount home .gitconfig to avoid conflict in codespace (#324)
Browse files Browse the repository at this point in the history
Remove mount ~/.gitconfig, as it is missing in Codespace.
  • Loading branch information
miry authored May 22, 2022
1 parent 6af341b commit 6d0b99d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ services:
# This is where VS Code should expect to find your project's source code
# and the value of "workspaceFolder" in .devcontainer/devcontainer.json
- ..:/workspace
- ../.vscode-server:/root/.vscode-server
# This lets you avoid setting up Git again in the container
- ~/.gitconfig:/root/.gitconfig
# Required for ptrace-based debuggers like C++, Go, and Rust
privileged: true
cap_add:
Expand Down

0 comments on commit 6d0b99d

Please sign in to comment.