<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.78.0 - OS Version: Mac OS 13.3.1 Steps to Reproduce: 1. Open a new VSCode window using Codespaces. 2. The initial terminal window opens a `bash` terminal. If I kill that terminal and open a new terminal, I get `zsh` as expected. I have in my settings.json: ``` "terminal.integrated.defaultProfile.linux": "zsh", ``` I believe this is a duplicate of these closed issues: - https://github.com/microsoft/vscode/issues/142425 - https://github.com/microsoft/vscode/issues/142649
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
bashterminal. If I kill that terminal and open a new terminal, I getzshas expected.I have in my settings.json:
I believe this is a duplicate of these closed issues: