Browse Source

add postCreateCommande to devcontainer to make repo safe for git

pull/858/head
o2sh 3 years ago
parent
commit
c9e8223886
  1. 1
      .devcontainer/devcontainer.json

1
.devcontainer/devcontainer.json

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
"dockerfile": "Dockerfile",
"args": { "VARIANT": "buster" }
},
"postCreateCommand": "git config --global --add safe.directory $PWD",
"extensions": ["EditorConfig.EditorConfig"],
"remoteUser": "vscode"
}

Loading…
Cancel
Save