Guest User

Untitled

a guest
Feb 20th, 2017
11,384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. Add this at the end of php.ini:
  2.  
  3. [XDebug]
  4. xdebug.remote_enable = 1
  5. xdebug.remote_autostart = 1
  6.  
  7.  
  8. ---------------------------------------------------------------------------------
  9.  
  10. Add this to vs code settings file:
  11.  
  12. // Place your settings in this file to overwrite the default settings
  13. {
  14.     "window.zoomLevel": 0,
  15.     "window.openFilesInNewWindow": "off",
  16.     "files.autoSave": "afterDelay",
  17.     "editor.wrappingColumn": 0,
  18.     "window.restoreFullscreen": true,
  19.     "editor.renderIndentGuides": true,
  20.     "editor.mouseWheelZoom": true,
  21.  
  22.     "php.validate.enable": true,
  23.     "php.validate.executablePath": "c:\\xampp\\php\\php.exe",
  24.     "php.validate.run": "onType",
  25.     "workbench.welcome.enabled": false
  26. }
Advertisement
Add Comment
Please, Sign In to add comment