CodeTerminal
CodeTerminal copied to clipboard
我应该怎么通过这个终端打开一个git bash
点右上角的"更多“按钮,你可以选择用哪个 shell 启动。
如果想要改默认 shell 可以参考 https://stackoverflow.com/questions/44435697/vscode-change-default-terminal。
Click the ”more" in the upper right corner and you can choose which shell to start with.
If you want to change the default shell, you can refer to https://stackoverflow.com/questions/44435697/vscode-change-default-terminal.
是的我点击过这个更多按钮,我是windows的系统,点开只有cmd和ps。如果想使用Bash是需要配置类似于环境变量的东西吗?

好的我明白应该如何配置了
我是 mac 用户,如果找到方案也欢迎分享在这里 🤣
这个终端的配置和VSCODE比较类似,但是不能像VSCODE使用一些已经预设的快捷键,比如说ctrl+B ctrl+P后使用>setting。这样只能去这个项目配置的根目录去找到setting.json文件,再编辑它,加入bash的路径。
命令启动应该是通过 ctrl(cmd)+shift+p ,然后会显示 setting.json 的位置,或者在菜单里也能找到设置