Guest User

Untitled

a guest
Oct 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "files.autoSave": "afterDelay",
  3. "editor.tabSize": 2,
  4. "editor.wordWrap": "wordWrapColumn",
  5. "editor.tabCompletion": true,
  6. "emmet.includeLanguages": {"erb": "html"},
  7. "files.associations": {"*.erb": "html"},
  8. "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
  9. "terminal.integrated.shellArgs.windows": [
  10. "/K",
  11. "C:\\cmder\\vscode.bat"
  12. ],
  13. "python.linting.enabled": false
  14. }
Add Comment
Please, Sign In to add comment