mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
Initial Commit
This commit is contained in:
19
ProjectNow/NodeServer/node_modules/midi-player-ts/.vscode/launch.json
generated
vendored
Normal file
19
ProjectNow/NodeServer/node_modules/midi-player-ts/.vscode/launch.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
// 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": "Run Mocha",
|
||||
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
|
||||
"stopOnEntry": true,
|
||||
"args": [
|
||||
"test/test.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
15
ProjectNow/NodeServer/node_modules/midi-player-ts/.vscode/tasks.json
generated
vendored
Normal file
15
ProjectNow/NodeServer/node_modules/midi-player-ts/.vscode/tasks.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "gulp",
|
||||
"task": "default",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user