Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy authored Jan 17, 2024
1 parent 1cc6168 commit 854f7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"onCreateCommand": "${containerWorkspaceFolder}/ENV_SETUP.bash"
}
"postCreateCommand": "${containerWorkspaceFolder}/ENV_SETUP.bash"
}

0 comments on commit 854f7fd

Please sign in to comment.