这篇文章将为大家详细讲解有关vscode集成终端如何改成cmd模式,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
{
"editor.fontSize": 16,
"python.linting.enabledWithoutWorkspace": false,
// 取消pylint 代码规范检查
"python.linting.pylintEnabled": false,
// "php.validate.executablePath": "D://phpStudy//php//php-5.2.17//php.exe"
"php.validate.executablePath": "D://phpStudy//php//php-5.4.45//php.exe",
// 终端在 Windows 使用的 shell 路径。使用随 Windows 一起提供的 shell (cmd、PowerShell 或 Bash on Ubuntu) 时。
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
}
关于“vscode集成终端如何改成cmd模式”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。