mac vscode 打开内置terminal终端过几秒后闪退看不见了
terminal
The new Windows Terminal and the original Windows console host, all in the same place!
项目地址:https://gitcode.com/gh_mirrors/term/terminal
![](https://devpress.csdnimg.cn/6deffb34f7114cc1a2e1e686a67e0027.png)
·
解决方案在
Code>>Preferences>>Settings 切换到JSON模式
添加配置:
"terminal.integrated.shell.osx": "/bin/bash",
{
"editor.wordWrap": "on",
"terminal.integrated.shell.osx": "/bin/bash"
}
Mac 上的shell默认值是 "/bin/zsh" 替换成bash就可以了。
![]( https://profile-avatar.csdnimg.cn/default.jpg)
![](https://devpress.csdnimg.cn/7174e1ca86c447029bb12f9ec0bd281c.png)
![](https://devpress.csdnimg.cn/096f7827187446559bd7b6030eb5db38.png)
![](https://devpress.csdnimg.cn/6deffb34f7114cc1a2e1e686a67e0027.png)
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:5 个月前 )
b8ff95d6
- Remove duplicated entries.
- Fix whitespace.
Co-authored-by: João Guerra <joca-bt@users.noreply.github.com> 7 天前
f28f6587
12 天前
更多推荐
所有评论(0)