Enabled debugging support

# Conflicts:
#	src/DataProviders/HarmonyDataProvider.ts
This commit is contained in:
watsonb8
2019-07-31 16:32:35 -04:00
parent 73cba09edb
commit 39f4a7c1bc
3 changed files with 34 additions and 0 deletions

16
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
// 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": "Launch Program",
"preLaunchTask": "build and install",
"program": "/Users/brandonwatson/.npm-global/bin/homebridge",
"sourceMaps": true,
}
]
}