Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. {
  2. // Use IntelliSense to learn about possible attributes.
  3. // Hover to view descriptions of existing attributes.
  4. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "type": "chrome",
  9. "request": "launch",
  10. "name": "Launch Chrome against localhost",
  11. "url": "http://localhost:3000",
  12. "webRoot": "${workspaceRoot}"
  13. },
  14. {
  15. "type": "chrome",
  16. "request": "attach",
  17. "name": "Attach to Chrome",
  18. "port": 9222,
  19. "webRoot": "${workspaceFolder}"
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement