File tree
Expand file treeCollapse file tree
8 files changed
+643
-9
lines changedFilter options
- arduino-ide-extension
- src
- browser/contributions
- common/protocol
- node
- cli-protocol/cc/arduino/cli/commands/v1
Expand file treeCollapse file tree
8 files changed
+643
-9
lines changedarduino-ide-extension/package.json
Copy file name to clipboardExpand all lines: arduino-ide-extension/package.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
164 |
| - |
| 164 | + |
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
|
arduino-ide-extension/src/browser/contributions/first-startup-installer.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/first-startup-installer.ts+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
4 | 8 |
|
5 | 9 |
|
6 | 10 |
|
| ||
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
| 64 | + |
60 | 65 |
|
61 | 66 |
|
62 | 67 |
|
|
arduino-ide-extension/src/common/protocol/library-service.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/common/protocol/library-service.ts+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 |
| - |
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
|
arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/commands_grpc_pb.d.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/commands_grpc_pb.d.ts+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
| ||
348 | 349 |
|
349 | 350 |
|
350 | 351 |
|
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
351 | 361 |
|
352 | 362 |
|
353 | 363 |
|
| ||
465 | 475 |
|
466 | 476 |
|
467 | 477 |
|
| 478 | + |
468 | 479 |
|
469 | 480 |
|
470 | 481 |
|
| ||
557 | 568 |
|
558 | 569 |
|
559 | 570 |
|
| 571 | + |
| 572 | + |
560 | 573 |
|
561 | 574 |
|
562 | 575 |
|
| ||
663 | 676 |
|
664 | 677 |
|
665 | 678 |
|
| 679 | + |
| 680 | + |
666 | 681 |
|
667 | 682 |
|
668 | 683 |
|
|
arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/commands_grpc_pb.js
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/commands_grpc_pb.js+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
489 | 489 |
|
490 | 490 |
|
491 | 491 |
|
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
492 | 514 |
|
493 | 515 |
|
494 | 516 |
|
| ||
1325 | 1347 |
|
1326 | 1348 |
|
1327 | 1349 |
|
| 1350 | + |
| 1351 | + |
| 1352 | + |
| 1353 | + |
| 1354 | + |
| 1355 | + |
| 1356 | + |
| 1357 | + |
| 1358 | + |
| 1359 | + |
| 1360 | + |
| 1361 | + |
1328 | 1362 |
|
1329 | 1363 |
|
1330 | 1364 |
|
|
arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/lib_pb.d.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/cli-protocol/cc/arduino/cli/commands/v1/lib_pb.d.ts+73-1Lines changed: 73 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
85 | 88 |
|
86 | 89 |
|
87 | 90 |
|
| ||
100 | 103 |
|
101 | 104 |
|
102 | 105 |
|
| 106 | + |
103 | 107 |
|
104 | 108 |
|
105 | 109 |
|
| ||
134 | 138 |
|
135 | 139 |
|
136 | 140 |
|
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
137 | 204 |
|
138 | 205 |
|
139 | 206 |
|
| ||
899 | 966 |
|
900 | 967 |
|
901 | 968 |
|
| 969 | + |
| 970 | + |
| 971 | + |
| 972 | + |
| 973 | + |
902 | 974 |
|
903 | 975 |
|
904 | 976 |
|
| ||
910 | 982 |
|
911 | 983 |
|
912 | 984 |
|
913 |
| - |
| 985 | + |
914 | 986 |
|
915 | 987 |
|
916 | 988 |
|
|
0 commit comments