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 6dfac69 commit a77a440Copy full SHA for a77a440
.devcontainer/scripts/container-creation.sh
@@ -9,3 +9,6 @@ git submodule update --init --recursive
9
# Also run the full restore on the repo so that go-to definition
10
# and other language features will be available in C# files
11
./restore.sh
12
+# The container creation script is executed in a new Bash instance
13
+# so we exit at the end to avoid the creation process lingering.
14
+exit
0 commit comments