Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Add this at the end of php.ini:
- [XDebug]
- xdebug.remote_enable = 1
- xdebug.remote_autostart = 1
- ---------------------------------------------------------------------------------
- Add this to vs code settings file:
- // Place your settings in this file to overwrite the default settings
- {
- "window.zoomLevel": 0,
- "window.openFilesInNewWindow": "off",
- "files.autoSave": "afterDelay",
- "editor.wrappingColumn": 0,
- "window.restoreFullscreen": true,
- "editor.renderIndentGuides": true,
- "editor.mouseWheelZoom": true,
- "php.validate.enable": true,
- "php.validate.executablePath": "c:\\xampp\\php\\php.exe",
- "php.validate.run": "onType",
- "workbench.welcome.enabled": false
- }
Advertisement
Add Comment
Please, Sign In to add comment