Skip to content

Commit f4d6414

Browse files
authored
Try postStartCommand instead to be after dotfiles installations
1 parent ad02b8e commit f4d6414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages": "shellcheck tmux ifstat"
66
}
77
},
8-
"postCreateCommand": "bash scripts/devcontainer_postCreateCommand.sh",
8+
"postStartCommand": "bash scripts/devcontainer_postCreateCommand.sh",
99
"customizations": {
1010
"vscode": {
1111
"extensions": [

0 commit comments

Comments
 (0)