vscode 配置默认shell

vscode 配置默认shell

  • 最简单方式
    "terminal.integrated.defaultProfile.osx": "zsh",

  • 也可以自定义,参考 https://code.visualstudio.com/docs/terminal/profiles

terminal 修改默认shell
change your default shell to zsh
chsh -s /bin/zsh