Fix: Change ash to bash for default Terminal

Co-authored-by: Antoine Leblanc <ant.leblanc@gmail.com>
This commit is contained in:
Justin Grote 2020-06-19 12:03:30 -07:00 committed by GitHub
parent 5064b0c67a
commit 211a22c329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/ash"
"terminal.integrated.shell.linux": "/bin/bash"
},
// Add the IDs of extensions you want installed when the container is created.