Skip to content

Commit

Permalink
disable initializeCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer committed Oct 19, 2023
1 parent 4a1fe18 commit 482dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"initializeCommand": ".devcontainer/run.sh initializeCommand",
// "initializeCommand": ".devcontainer/run.sh initializeCommand",
"onCreateCommand": ".devcontainer/run.sh onCreateCommand",
"updateContentCommand": ".devcontainer/run.sh updateContentCommand",
"postCreateCommand": ".devcontainer/run.sh postCreateCommand",
Expand Down

0 comments on commit 482dcd4

Please sign in to comment.