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

猜你喜欢

转载自www.cnblogs.com/knight-zhou/p/12067530.html