Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Material Theme High Contrast",
  3. "workbench.iconTheme": "material-icon-theme",
  4. "editor.fontFamily": "'Inconsolata Regular', 'Fira Code', monospace",
  5. "editor.fontSize": 14,
  6. "editor.minimap.enabled": false,
  7. "terminal.integrated.fontFamily": "FuraCode Nerd Font",
  8. "terminal.integrated.shell.osx": "fish",
  9. "editor.fontLigatures": true,
  10. "jest.pathToConfig": "jestconfig.json",
  11. "gitlens.currentLine.enabled": false,
  12. "gitlens.blame.ignoreWhitespace": true,
  13. "gitlens.codeLens.authors.enabled": false,
  14. "gitlens.codeLens.recentChange.enabled": false,
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement