标签: visual-studio-code zsh oh-my-zsh
在此程序中启动三进制时,我希望我的VS Code自动运行命令zsh。
答案 0 :(得分:0)
只需在设置中定义您的集成外壳路径
"terminal.integrated.shell.osx": "/bin/zsh", "terminal.integrated.shell.linux": "/bin/zsh",