解决方法:
首先按快捷键打开 Ctrl + p 或者 Ctrl + Shift + p
找到 settings.json 打开

然后输入以下代码配置
{
"python.jediEnabled": false,
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe"
}
VScode 终端无法输入 空白 解决方法
阅读 73
2022-03-11
{
"python.jediEnabled": false,
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe"
}
相关推荐
精彩评论(0)