Skip to content

Commit

Permalink
#1184: Configure devcontainer shell with recommended way
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Jul 29, 2021
1 parent 8e8c80c commit 30c90bc
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 @@ -9,7 +9,12 @@

// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash (login)": {
"path": "bash",
"args": ["-l"]
}
},
"python.pythonPath": "/usr/local/bin/python",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
Expand Down

0 comments on commit 30c90bc

Please sign in to comment.