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模式


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM