vscode无法打开Terminal终端

现象

打开终端窗口就报错如下
The terminal process failed to launch: A native exception occurred during launch (Cannot launch conpty).

环境

操作系统: Win7 (补丁没打全,基本是需要的才打)

VxKex版本: KexSetup_Release_1_1_2_1439.exe

VScode版本: 1.93.1

原因

应该是win7没有conpty这个东西,好像是什么终端子系统

解决

去配置文件里添加如下代码即可

复制代码
    "terminal.integrated.gpuAcceleration": "off",
    "terminal.integrated.windowsEnableConpty": false,
    "terminal.integrated.defaultProfile.windows": "Command Prompt",
相关推荐
magic334165631 天前
ESP32S3开发环境介绍和创建工程
vscode·c·头文件
萌萌站起1 天前
Vscode 中 python模块的导入问题
ide·vscode·python
aqiu~1 天前
VSCode编辑器用于Unity项目
vscode·unity
ZXF_H2 天前
VSCode C/C++函数Ctrl+鼠标点击无法跳转的解决方法
c++·ide·vscode
zhangfeng11332 天前
vscode 之类的编辑器 ,跳转到某一个函数 方法 是什么快捷键 this->getEbayReturns($shop);
ide·vscode·编辑器
ShawnLiaoking2 天前
vscode 配置环境
ide·vscode·编辑器
弈风千秋万古愁2 天前
vscode使用markdown+plantuml
vscode·markdown·plantuml
日更嵌入式的打工仔2 天前
Visual Studio 与 Visual Studio Code 区别
ide·vscode
时光之源3 天前
Labelme安装及使用说明教程
vscode·数据集·cursor·labelme·数据标注
意疏3 天前
【C语言】解决VScode中文乱码问题
c语言·开发语言·vscode