Skip to content

Commit

Permalink
Fix deprecated container config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 15, 2021
1 parent a8fff45 commit afa8407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.defaultProfile.linux": "bash"
},
// Add the IDs of extensions you want installed when the container is created.
// Browse for extensions here: https://marketplace.visualstudio.com/
Expand Down

0 comments on commit afa8407

Please sign in to comment.