File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2- .vscode
32.rpt2_cache
43node_modules
54dist
Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "type" : " node" ,
9+ "request" : " launch" ,
10+ "name" : " Launch Flash" ,
11+ "program" : " ${workspaceFolder}/examples/daplink-flash/usb.js" ,
12+ "args" : [
13+ " binaries/microbit-green.hex"
14+ ]
15+ },
16+ {
17+ "type" : " node" ,
18+ "request" : " launch" ,
19+ "name" : " Launch Serial" ,
20+ "program" : " ${workspaceFolder}/examples/daplink-serial/usb.js"
21+ },
22+ {
23+ "type" : " node" ,
24+ "request" : " launch" ,
25+ "name" : " Launch Registers" ,
26+ "program" : " ${workspaceFolder}/examples/read-registers/hid.js" ,
27+ "sourceMaps" : true
28+ }
29+ ]
30+ }
Original file line number Diff line number Diff line change 1+ {
2+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3+ // for the documentation about the tasks.json format
4+ "version" : " 2.0.0" ,
5+ "tasks" : [
6+ {
7+ "type" : " npm" ,
8+ "script" : " watch" ,
9+ "group" : {
10+ "kind" : " build" ,
11+ "isDefault" : true
12+ }
13+ }
14+ ]
15+ }
You can’t perform that action at this time.
0 commit comments