{ "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模式php