diff --git a/devcontainer.json b/devcontainer.json index efebbfa..9a3b731 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -5,7 +5,8 @@ "customizations": { "vscode": { "settings": { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "terminal.integrated.defaultProfile.linux": "zsh" }, "extensions": [ "ms-azuretools.vscode-docker",