共计 580 个字符,预计需要花费 2 分钟才能阅读完成。
这篇文章将为大家详细讲解有关 vscode 集成终端如何改成 cmd 模式,丸趣 TV 小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
{
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 模式”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
正文完