Guest User

Untitled

a guest
Jan 20th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "explorer.openEditors.visible": 0,
  3. "explorer.confirmDragAndDrop": false,
  4. "editor.minimap.enabled": false,
  5. "editor.multiCursorModifier": "ctrlCmd",
  6. "editor.snippetSuggestions": "top",
  7.  
  8. "window.openFilesInNewWindow": "on",
  9.  
  10. "workbench.activityBar.visible": false,
  11. "workbench.colorTheme": "Monokai Dimmed",
  12. "workbench.statusBar.visible": false,
  13. "workbench.startupEditor": "newUntitledFile",
  14. "files.watcherExclude": {
  15. "**/vendor/**": true
  16. },
  17. "search.exclude": {
  18. "**/vendor": true
  19. },
  20. "git.autofetch": true,
  21. "workbench.iconTheme": "file-icons",
  22. }
Add Comment
Please, Sign In to add comment