2020-03-09 09:10:58 +00:00

43 lines
1.2 KiB
JSON

{
// 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"
}
]
}