Skip to content

Commit a77a440

Browse files
authored
Exit after container creation script (#34945)
1 parent 6dfac69 commit a77a440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/scripts/container-creation.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ git submodule update --init --recursive
99
# Also run the full restore on the repo so that go-to definition
1010
# and other language features will be available in C# files
1111
./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

Comments
 (0)