{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Record", "skipFiles": [ ], "program": "${workspaceFolder}/bin/www" }, { "type": "node", "request": "launch", "name": "Player File", "skipFiles": [ ], "program": "${workspaceFolder}/player.js", "args":["file"] }, { "type": "node", "request": "launch", "name": "Player URL", "skipFiles": [ ], "program": "${workspaceFolder}/player.js", "args":["url", "https://open.spotify.com/album/0sHibspyMdqOB4RsaCsG8X"] }, { "type": "node", "request": "launch", "name": "server", "skipFiles": [ ], "program": "${workspaceFolder}/sigtest.js" } ] }