Search code examples
terminalvisual-studio-codezsh

How do I set ZSH to be the default shell instead of bash in the Visual Code studio integrated terminal on Mac


I've tried changing the settings to:

"terminal.integrated.shell.linux": "usr/bin/zsh"

and also

"terminal.integrated.shell.linux": "/bin/zsh",

But I can't get it to work. Cheers


Solution

  • I was trying to change to change the linux integrated shell! Whoops.

    The user setting for Mac is:

    "terminal.integrated.shell.osx": "/bin/zsh",