Hin*_*sum 1 macos terminal config iterm
我正在使用 mac,在 VSCode 中,默认终端是 mac 作为终端的终端。我已经安装了 iterm(version2),在 bash 命令行下我找不到直接的可执行文件
which iterm
Run Code Online (Sandbox Code Playgroud)
它什么都不给。
我希望将它用作 VSCode 中的默认终端。这个怎么配置?
您可以在 VS Code 中将外部终端设置为 iTerm,将以下配置添加到您的用户设置中:
"terminal.external.osxExec": "iTerm.app",
Run Code Online (Sandbox Code Playgroud)
然后从 VS Code 中打开它shift + cmd + C。对于集成终端,我认为您无法更改使用的应用程序,因为 VS Code 的集成终端和 iTerm 都只是终端模拟器。您可以更改与 一起使用的外壳,默认"terminal.integrated.shell.osx"设置为"/bin/bash"。
| 归档时间: |
|
| 查看次数: |
2010 次 |
| 最近记录: |