2020-03-06 15:14:23 +00:00

25 lines
705 B
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"]
}
]
}