Guest User

Untitled

a guest
Oct 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "git.path": "C:\\Program Files\\Git\\cmd\\git.exe",
  3. "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  4. "editor.minimap.enabled": true,
  5. "editor.wordWrap": "on",
  6. "editor.tabSize": 3,
  7. "editor.fontFamily": "'Consolas', monospace",
  8. "editor.fontSize": 16,
  9. "editor.mouseWheelZoom": true,
  10. "window.menuBarVisibility": "default",
  11. "workbench.sideBar.location": "left",
  12. "workbench.activityBar.visible": true,
  13. "editor.renderWhitespace": "none",
  14. "editor.renderControlCharacters": false,
  15. "window.zoomLevel": 0,
  16. "workbench.colorTheme": "Monokai",
  17. "files.autoSave": "onFocusChange",
  18. "workbench.startupEditor": "newUntitledFile",
  19. "workbench.statusBar.feedback.visible": false,
  20. "files.defaultLanguage": "html"
  21. }
Add Comment
Please, Sign In to add comment