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
echo"autoload -Uz _uceap && compdef _uceap uceap"| tee -a ~/.zshrc~/.zshrc.local
70
70
71
71
# Run local devcontainer lifecycle scripts
72
72
if [ -x .devcontainer/onCreate.sh ];then
@@ -93,4 +93,4 @@ Add the following to your `devcontainer.json` file:
93
93
This command is the first of three (along with `updateContentCommand` and `postCreateCommand`) that finalizes container setup when a dev container is created. It and subsequent commands execute **inside** the container immediately after it has started for the first time.
94
94
95
95
Cloud services can use this command when caching or prebuilding a container. This means that it will not typically have access to user-scoped assets or secrets.
0 commit comments