Skip to content

Commit

Permalink
add postCreateCommande to devcontainer to make repo safe for git
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 14, 2022
1 parent 73a3eb0 commit c9e8223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dockerfile": "Dockerfile",
"args": { "VARIANT": "buster" }
},
"postCreateCommand": "git config --global --add safe.directory $PWD",
"extensions": ["EditorConfig.EditorConfig"],
"remoteUser": "vscode"
}

0 comments on commit c9e8223

Please sign in to comment.