Home > Development Tools > VSCode > body text

Solve the problem that vscode terminal cannot input

王林
Release: 2019-12-31 10:00:16
Original
6961 people have browsed it

Solve the problem that vscode terminal cannot input

依次点击-文件-首选项-设置

Solve the problem that vscode terminal cannot input

搜索“shell”,找到Windows设置项,点击在“settings.json”

Solve the problem that vscode terminal cannot input

输入如下代码:

 {
    "python.jediEnabled": false,
    "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\cmd.exe"
}
Copy after login

相关文章教程推荐:vscode教程

The above is the detailed content of Solve the problem that vscode terminal cannot input. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template