Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Monokai Dimmed",
  3. "git.ignoreMissingGitWarning": true,
  4. "workbench.activityBar.visible": false,
  5. "editor.minimap.enabled": true,
  6. "editor.renderControlCharacters": false,
  7. "editor.renderWhitespace": "all",
  8. "search.location": "panel",
  9. "workbench.sideBar.location": "left",
  10. "workbench.startupEditor": "newUntitledFile",
  11. "editor.wordWrap": "on",
  12. "files.associations": {
  13. "*.html5.template": "html",
  14. "*.js.template": "javascript"
  15. }
  16. }
Add Comment
Please, Sign In to add comment