Merge pull request #24 from tonybaloney/patch-1

Update terminal profiles
This commit is contained in:
Chuck Lantz
2021-06-30 19:54:38 -05:00
committed by GitHub

View File

@@ -16,7 +16,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",
"python.pythonPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",
"python.linting.enabled": true,