We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684f57d commit 00bd851Copy full SHA for 00bd851
.devcontainer/post-start-setup.sh
@@ -66,7 +66,12 @@ echo -e "\n"
66
echo " Next Steps:"
67
echo ""
68
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."
+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
75
echo " 3. Start using the infrastructures and samples!"
76
77
echo "============================================================================"
0 commit comments