Shell Integration Unavailable VSCode + Cline 报错解决

网上找了很多资料都没有很好的解决,最后找到了:

故障排除 - Shell 集成不可用 ·cline/cline 维基 ·GitHub的https://github.com/cline/cline/wiki/Troubleshooting-%E2%80%90-Shell-Integration-Unavailable#still-having-trouble主要是我们系统里的 PowerShell 版本太低了,我默认是1.0 版本不行,最低要 至少 v7+

如果您的版本低于 7,请更新 PowerShell

还有一种就是安装Git

Git Bash

Git Bash 是一个终端模拟器,可在 Windows 上提供类似 Unix 的命令行体验。要使用 Git Bash,您需要:

  1. Download and run the Git for Windows installer from Git - Downloading Package
  2. Quit and re-open VSCode
  3. Press to open the Command Palette Ctrl + Shift + P
  4. Type "Terminal: Select Default Profile" and choose it
  5. Select "Git Bash"

可以关闭 VSCode 重启下。解决这个问题。我试了两种方式都可以解决。

相关推荐
IT利刃出鞘1 小时前
VS Code--常用的插件
vscode
阿昊真人4 小时前
ESP8266 AP模式 网页配网 arduino ide
ide·github
天航星4 小时前
VSCode 使用默认profile打开文件
ide·vscode·编辑器
uxiang_blog4 小时前
C++:工具VSCode的编译和调试文件内容:
c++·vscode
大米~¥7 小时前
VSCode的配置与使用(C/C++)
c++·ide·vscode
落寞书生7 小时前
cmake + vscode + mingw 开发环境配置
ide·vscode·mingw·环境搭建·cmake
朝阳397 小时前
vscode【实用插件】Material Icon Theme 美化文件图标
vscode
两千连弹7 小时前
在PyCharm中使用Anaconda中的虚拟环境
ide·python·pycharm·conda
LeonNo118 小时前
前端:angular工程目录结构和相关文件学习
编辑器