Guest User

Untitled

a guest
Jun 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "node",
  6. "request": "attach",
  7. "name": "index",
  8. "args": [
  9. "src/index.ts"
  10. ],
  11. "cwd": "${workspaceFolder}"
  12. }
  13. ],
  14. "compounds": []
  15. }
  16.  
  17. {
  18. "version": "0.2.0",
  19. "configurations": [
  20. {
  21. "type": "node",
  22. "request": "launch",
  23. "name": "index",
  24. "args": [
  25. "src/index.ts"
  26. ],
  27. "cwd": "${workspaceFolder}"
  28. }
  29. ],
  30. "compounds": []
  31. }
Add Comment
Please, Sign In to add comment