Guest User

Untitled

a guest
Jun 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "git.confirmSync": false,
  3. "window.zoomLevel": 0,
  4. "workbench.editor.enablePreview": false,
  5. "workbench.startupEditor": "newUntitledFile",
  6. "files.exclude": {
  7. "**/.git": true, // this is a default value
  8. "**/.DS_Store": true,
  9. "**/.history": true,
  10. },
  11. "search.exclude": {
  12. "**/.git": true,
  13. "**/node_modules": true,
  14. "**/bower_components": true,
  15. "**/tmp": true,
  16. "**/.history": true,
  17. "**/cache": true
  18. },
  19. "go.docsTool": "gogetdoc",
  20. "workbench.colorTheme": "Plastic",
  21. "workbench.iconTheme": "vscode-great-icons",
  22. "editor.detectIndentation": false,
  23. "git.autofetch": true,
  24. "tslint.autoFixOnSave": true,
  25. "git.enableSmartCommit": true,
  26. "go.formatTool": "gofmt"
  27. }
Add Comment
Please, Sign In to add comment