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

Commit

Permalink
Tweak comment on shell setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Aug 30, 2019
1 parent 17ce921 commit 44b3c64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
// Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {
// Uncomment to ensure your container runs using the correct shell for terminals and tasks
// "terminal.integrated.shell.linux": "/bin/bash"
// This will ignore your local shell user setting for Linux since shells like zsh are typically
// not in base container images. You can also update this to an specific shell to ensure VS Code
// uses the right one for terminals and tasks. For example, /bin/bash (or /bin/ash for Alpine).
"terminal.integrated.shell.linux": null
},

// Uncomment the next line if you want start specific services in your Docker Compose config.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
// Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {
// Uncomment to ensure your container runs using the correct shell for terminals and tasks
// "terminal.integrated.shell.linux": "/bin/bash"
// This will ignore your local shell user setting for Linux since shells like zsh are typically
// not in base container images. You can also update this to an specific shell to ensure VS Code
// uses the right one for terminals and tasks. For example, /bin/bash (or /bin/ash for Alpine).
"terminal.integrated.shell.linux": null
},

// Uncomment the next line if you want to publish any ports.
Expand Down

0 comments on commit 44b3c64

Please sign in to comment.