diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a3fbb7..6eb54ff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,8 @@ }, "onCreateCommand": "lake exe cache get && lake build", + + "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", "customizations": { "vscode" : {