Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ## Setup
  2.  
  3. 1. **Copy Settings File**
  4.  
  5. copy settings.json to the following directory:
  6. C:\Users\admin\AppData\Roaming\Code\User\settings.json
  7.  
  8. ## Javascript.json
  9. ```
  10. {
  11. "window.zoomLevel": 0,
  12. "editor.renderWhitespace": "all",
  13. "editor.formatOnSave": true,
  14. "editor.tabCompletion": true,
  15. "javascript.validate.enable": false,
  16. "javascript.format.enable": false,
  17. "prettier.eslintIntegration": true,
  18. "files.autoSave": "afterDelay",
  19. "flow.pathToFlow": "node_modules/.bin/flow",
  20. "flow.useNPMPackagedFlow": true,
  21. "files.associations": {
  22. "*.js": "javascriptreact"
  23. }
  24. }
  25.  
  26. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement