diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d4288dde6..7b3b69016 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,6 +13,7 @@ ], "settings": { "python.pythonPath": "/usr/local/bin/python", + "terminal.integrated.shell.linux": "/bin/bash", "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.formatting.provider": "black",