解决方案在
Code>>Preferences>>Settings 切换到JSON模式
添加配置:
"terminal.integrated.shell.osx": "/bin/bash",
{
"editor.wordWrap": "on",
"terminal.integrated.shell.osx": "/bin/bash"
}
Mac 上的shell默认值是 "/bin/zsh" 替换成bash就可以了。
解决方案在
Code>>Preferences>>Settings 切换到JSON模式
添加配置:
"terminal.integrated.shell.osx": "/bin/bash",
{
"editor.wordWrap": "on",
"terminal.integrated.shell.osx": "/bin/bash"
}
Mac 上的shell默认值是 "/bin/zsh" 替换成bash就可以了。