-Enigmos-

launch.json

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