Jelajahi Sumber

Exit after container creation script (#34945)

Safia Abdalla 4 tahun lalu
induk
melakukan
a77a440aa2
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      .devcontainer/scripts/container-creation.sh

+ 3 - 0
.devcontainer/scripts/container-creation.sh

@@ -9,3 +9,6 @@ git submodule update --init --recursive
 # Also run the full restore on the repo so that go-to definition
 # and other language features will be available in C# files
 ./restore.sh
+# The container creation script is executed in a new Bash instance
+# so we exit at the end to avoid the creation process lingering.
+exit