Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 734ed37

Browse files
authored
Update devcontainer.json
1 parent afe2326 commit 734ed37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container-templates/image/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// Use 'settings' to set *default* container specific settings.json values on container create.
1919
// You can edit these settings after create using File > Preferences > Settings > Remote.
2020
"settings": {
21+
// If you are using an Alpine-based image, change this to /bin/ash
2122
"terminal.integrated.shell.linux": "/bin/bash"
2223
},
2324

@@ -29,4 +30,4 @@
2930

3031
// Add the IDs of extensions you want installed when the container is created in the array below.
3132
"extensions": []
32-
}
33+
}

0 commit comments

Comments
 (0)