Skip to content

Commit

Permalink
Switch to @abandonware/noble
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Nov 3, 2019
1 parent 78d0281 commit 6dcdf0d
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 223 deletions.
12 changes: 9 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/examples/selector.js"
"name": "Launch Example",
"program": "${workspaceFolder}/examples/selector.js",
"outFiles": [
"${workspaceFolder}/examples/**/*.js",
"${workspaceFolder}/dist/**/*.js"
],
"sourceMaps": true
}
]
}
}
Loading

0 comments on commit 6dcdf0d

Please sign in to comment.