Skip to content

Commit

Permalink
update devcontainer.json as "terminal.integrated.shell.linux" is depr…
Browse files Browse the repository at this point in the history
…ecated (Azure#273)
  • Loading branch information
dennispayne authored Jul 2, 2021
1 parent e915375 commit ebefa91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash"
}
},
"terminal.integrated.defaultProfile.linux": "bash"
},

// Add the IDs of extensions you want installed when the container is created.
Expand Down

0 comments on commit ebefa91

Please sign in to comment.