Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GeQi authored Apr 14, 2024
1 parent 1ab8086 commit fd40a92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"dockerfile": "Dockerfile"
},

"onCreateCommand": "lake exe cache get && lake build",

"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && lake exe cache get && lake build",

"customizations": {
"vscode" : {
Expand Down

0 comments on commit fd40a92

Please sign in to comment.