Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "workbench.enableExperiments": false,
  3. "workbench.settings.enableNaturalLanguageSearch": false,
  4. "update.enableWindowsBackgroundUpdates": false,
  5. "update.mode": "none",
  6. "update.showReleaseNotes": false,
  7. "extensions.autoCheckUpdates": false,
  8. "extensions.autoUpdate": false,
  9. "editor.tabSize": 2,
  10. "files.trimTrailingWhitespace": true
  11. }
  12.  
  13. {
  14. "eslint.validate": [
  15. "javascript",
  16. "javascriptreact",
  17. { "language": "vue", "autoFix": true }
  18. ],
  19. "eslint.run": "onSave",
  20. "vetur.validation.template": false
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement