Agent Mode Terminal Ignores ZSH Profile Setting and Forces Bash

Hey here’s a particular incantation of vscode configurations that seems to work for me. Apologies in advance if this doesn’t work for you. I hate VS Code…

in your settings.json, add:

    "terminal.integrated.shellIntegration.enabled": false,
    "terminal.integrated.defaultProfile.osx": "zsh",
    "terminal.integrated.automationProfile.osx": {
        "path": "/bin/zsh"
    },