Guest User

Untitled

a guest
Sep 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "material-icon-theme",
  3. "workbench.colorTheme": "One Dark Pro Vivid",
  4. "editor.fontSize": 16,
  5. "editor.fontFamily": "Fira Code",
  6. "editor.fontLigatures": true,
  7. "editor.tabSize": 2,
  8. "editor.formatOnSave": true,
  9. "eslint.autoFixOnSave": true,
  10. "eslint.validate": [
  11. "javascript",
  12. "javascriptreact",
  13. {
  14. "language": "vue",
  15. "autoFix": true
  16. }
  17. ],
  18. "breadcrumbs.enabled": true,
  19. "eslint.alwaysShowStatus": true
  20. }
Add Comment
Please, Sign In to add comment