Advertisement
alpa_s

Untitled

May 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "terminal.integrated.fontSize": 13,
  3. "window.zoomLevel": 0,
  4. "editor.snippetSuggestions": "top",
  5. "php.suggest.basic": false,
  6. "php.validate.executablePath": "/usr/bin/php7.1",
  7. "files.autoSave": "afterDelay",
  8. "git.autofetch": true,
  9. "workbench.statusBar.feedback.visible": false,
  10. "workbench.colorTheme": "Monokai",
  11. "git.confirmSync": false,
  12. "go.lintFlags": ["--disable=all", "--enable=errcheck"],
  13. "editor.detectIndentation": false,
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement