diff --git a/devcontainer.json b/devcontainer.json index 38777a1..8565bc5 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -13,18 +13,7 @@ "settings": { "editor.formatOnSave": true, "remote.autoForwardPorts": false, - "terminal.integrated.profiles.linux": { - "tmux-shell": { - "path": "tmux", - "args": [ - "new-session", - "-A", - "-s", - "dev" - ] - } - }, - "terminal.integrated.defaultProfile.linux": "tmux-shell" + "terminal.integrated.defaultProfile.linux": "zsh" }, "extensions": [ "ms-azuretools.vscode-docker",