Skip to content

Commit 00bd851

Browse files
Refine next steps
1 parent 684f57d commit 00bd851

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.devcontainer/post-start-setup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ echo -e "\n"
6666
echo " Next Steps:"
6767
echo ""
6868
echo " 1. Open a new terminal and log in via the Azure CLI: az login"
69-
echo " 2. Briefly wait until Codespace is fully started."
69+
echo ""
70+
echo " 2. Wait until Codespace is fully started (it's fairly quick):"
71+
echo " - Watch progress indicators in status bar"
72+
echo " - Wait for all extensions to install"
73+
echo " --> ✅ (.venv) prefix will appear when you open a new terminal"
74+
echo ""
7075
echo " 3. Start using the infrastructures and samples!"
7176
echo ""
7277
echo "============================================================================"

0 commit comments

Comments
 (0)