Advertisement
Aleksandar_Katsarov

JSON file VS Code

Dec 10th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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