解决方案在
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就可以了。
4646
558
3万+
5778

被折叠的 条评论
为什么被折叠?