use zsh terminal in api
This commit is contained in:
parent
d1158b1e10
commit
14896960c2
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
"vscode": {
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "/usr/local/bin/python"
|
||||
"python.defaultInterpreterPath": "/usr/local/bin/python",
|
||||
"terminal.integrated.defaultProfile.linux": "zsh"
|
||||
},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
|
|
Loading…
Reference in a new issue