From b2789621bd8437bb818ee9bf6f6347f309cd4fb0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen <balloob@gmail.com> Date: Fri, 29 Jan 2021 17:47:54 +0100 Subject: [PATCH] Updates to dev container (#45706) --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e01a97425e1..26e4b2e78ad 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,6 @@ "extensions": [ "ms-python.vscode-pylance", "visualstudioexptteam.vscodeintellicode", - "ms-azure-devops.azure-pipelines", "redhat.vscode-yaml", "esbenp.prettier-vscode" ], @@ -19,12 +18,11 @@ "python.linting.enabled": true, "python.formatting.provider": "black", "python.testing.pytestArgs": ["--no-cov"], - "python.testing.pytestEnabled": true, "editor.formatOnPaste": false, "editor.formatOnSave": true, "editor.formatOnType": true, "files.trimTrailingWhitespace": true, - "terminal.integrated.shell.linux": "/bin/bash", + "terminal.integrated.shell.linux": "/usr/bin/zsh", "yaml.customTags": [ "!input scalar", "!secret scalar", -- GitLab