Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "window.zoomLevel": 0,
  3. "terminal.integrated.shell.windows": "cmd.exe",
  4. "terminal.integrated.shellArgs.windows": [
  5. "/k", "C:\\cmder\\vendor\\init.bat"
  6. ],
  7. "sync.gist": "e696d1bf1bbff83420e9f6e2860e4ac8",
  8. "workbench.list.horizontalScrolling": true,
  9. "typescript.updateImportsOnFileMove.enabled": "always",
  10. "workbench.iconTheme": "material-icon-theme",
  11. "workbench.colorTheme": "Material Theme Darker High Contrast",
  12. "editor.codeActionsOnSave": {
  13. "source.fixAll.tslint": true,
  14. "source.fixAll": true,
  15. "source.organizeImports": true
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement