{ "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