Skip to content

Commit 9f832e6

Browse files
committed
Remove unnecessary postCreateCommand
We no longer need to copy these files over as of #6.
1 parent 74aacc0 commit 9f832e6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"openFiles": ["README.md"]
1111
}
1212
},
13-
"onCreateCommand": "bash .devcontainer/onCreateCommand.sh",
14-
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
13+
"onCreateCommand": "bash .devcontainer/onCreateCommand.sh"
1514
}

.devcontainer/postCreateCommand.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)