Advertisement
Guest User

settings

a guest
Oct 2nd, 2021
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2.     "launch": {
  3.         "configurations": [
  4.             {
  5.                 "type": "node",
  6.                 "request": "launch",
  7.                 "name": "Launch Program",
  8.                 "program": "${file}"
  9.             }
  10.         ],
  11.         "compounds": []
  12.     }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement