Advertisement
Guest User

settingsvscode

a guest
Dec 5th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. {
  2. "workbench.activityBar.visible": true,
  3. "editor.tabSize": 2,
  4. "window.zoomLevel": 0,
  5. "editor.minimap.enabled": false,
  6. "javascript.validate.enable": false,
  7. "typescript.tsserver.trace": "verbose",
  8. "sync.gist": "32ec5c5e3815d46512a35440548b34ed",
  9. "sync.host": "",
  10. "sync.pathPrefix": "",
  11. "sync.quietSync": false,
  12. "sync.askGistName": false,
  13. "sync.removeExtensions": true,
  14. "sync.syncExtensions": true,
  15. "sync.autoDownload": false,
  16. "sync.autoUpload": false,
  17. "sync.lastUpload": "2018-07-15T20:18:35.135Z",
  18. "sync.lastDownload": "",
  19. "sync.forceDownload": false,
  20. "prettier-eslint.eslintIntegration": true,
  21. "workbench.colorTheme": "One Dark Pro",
  22. "javascript.updateImportsOnFileMove.enabled": "always",
  23. "workbench.iconTheme": "vscode-icons",
  24. "[javascript]": {
  25. "editor.defaultFormatter": "esbenp.prettier-vscode"
  26. },
  27. "editor.fontFamily": "Hack",
  28. "editor.fontSize": 14,
  29. "editor.defaultFormatter": "esbenp.prettier-vscode",
  30. "prettier.semi": false,
  31. "prettier.singleQuote": true,
  32. "gitlens.views.repositories.location": "gitlens",
  33. "gitlens.views.fileHistory.location": "gitlens",
  34. "gitlens.views.lineHistory.location": "gitlens",
  35. "gitlens.views.compare.location": "gitlens",
  36. "gitlens.views.search.location": "gitlens",
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement