Pre-build operations for VSCode Devcontainers? #160
Unanswered
slobodaapl
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thanks for opening. I don't think there's a spec-supported way for modifying the devcontainer.json dynamically, but cc @chrmarti in case I'm missing something. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating an integrated development environment for our devs and I need to be able to run a script, say
my_script.sh
before the devcontainer starts building and opening.I cannot use
initializeCommand
cause themy_script.sh
would dynamically modify thedevcontainer.json
-- so this needs to be able to happen before that file is loaded by VSCode for use.Is there any way to do this?
Beta Was this translation helpful? Give feedback.
All reactions