2020-03-06 15:14:23 +00:00
|
|
|
{
|
|
|
|
// 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"]
|
2020-03-09 09:10:58 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"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"
|
2020-03-06 15:14:23 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|