You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use more portable post-install command in devcontainer
Windows breaks 'initializeCommand' by running the command with 'cmd.exe' locally rather than trying to run it in the container. This is apparently what the command is supposed to do which is not what I realized originally, so changed it to postCreateCommand which specifically runs in the container as intended.
0 commit comments