我是靠谱客的博主 结实乌龟,这篇文章主要介绍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模式

转载于:https://blog.51cto.com/zlong37/1975418

最后

以上就是结实乌龟最近收集整理的关于vscode 集成终端改成cmd模式的全部内容,更多相关vscode内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(61)

评论列表共有 0 条评论

立即
投稿
返回
顶部