Guest User

Untitled

a guest
Sep 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. {
  2. "window.nativeTabs": true,
  3. "workbench.action.newWindowTab": true,
  4. "workbench.iconTheme": "eq-material-theme-icons-darker",
  5. "workbench.colorTheme": "Material Theme Darker",
  6. "materialTheme.fixIconsRunning": false,
  7. "editor.minimap.enabled": false,
  8. "terminal.external.osxExec": "iTerm.app",
  9. "terminal.integrated.shell.osx": "/bin/zsh",
  10. "terminal.integrated.scrollback": 1000000,
  11. "terminal.integrated.fontFamily": "Meslo LG S for Powerline",
  12. "window.zoomLevel": 0,
  13. "explorer.confirmDelete": false,
  14. "git.autofetch": true,
  15. "breadcrumbs.enabled": true,
  16. "files.associations": {
  17. "*.schema": "yaml",
  18. "*.json.mustache": "json"
  19. },
  20. "window.title": "${rootName}${separator}${activeEditorShort}",
  21. "explorer.confirmDragAndDrop": false,
  22. "python.venvFolders": [
  23. ".virtualenvs"
  24. ],
  25. "gitlens.advanced.messages": {
  26. "suppressLineUncommittedWarning": true
  27. },
  28. "workbench.settings.editor": "json",
  29. "workbench.colorCustomizations": {
  30. "terminal.ansiBlack": "#42454b",
  31. "terminal.ansiGreen": "#8d9e42",
  32. "terminal.ansiBlue": "#557fa8"
  33. }
  34. }
Add Comment
Please, Sign In to add comment