{
"workbench.iconTheme": "vscode-icons",
"editor.mouseWheelZoom": true,
"sync.gist": "gist",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "",
"sync.lastDownload": "",
"sync.forceDownload": false,
"editor.wordWrap": "on",
"workbench.colorTheme": "Monokai Dimmed",
"workbench.list.openMode": "doubleClick",
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDelete": false,
"vsicons.dontShowNewVersionMessage": true,"php.validate.executablePath": "D:\\FreeInstall\\php-7.2.8-nts-Win32-VC15-x64\\php.exe",
"php.executablePath": "D:\\FreeInstall\\php-7.2.8-nts-Win32-VC15-x64\\php.exe",
"files.autoSave": "off"
}
配置PHP(PHP官方下载)
"php.validate.executablePath": "D:\\FreeInstall\\php-7.2.8-nts-Win32-VC15-x64\\php.exe",
"php.executablePath": "D:\\FreeInstall\\php-7.2.8-nts-Win32-VC15-x64\\php.exe",
附使用方法: