Home >Development Tools >VSCode >Solve the problem that vscode terminal cannot input

Solve the problem that vscode terminal cannot input

王林
王林Original
2019-12-31 10:00:167000browse

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"
}

相关文章教程推荐: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!

Statement:
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
Previous article:vscode sets code effectsNext article:vscode sets code effects