Commit 4a807ab
File tree
Expand file treeCollapse file tree
7 files changed
+12
-27
lines changedFilter options
- arduino-ide-extension
- src
- browser/contributions
- common/protocol
- node
- test/browser
- electron-app
- i18n
Expand file treeCollapse file tree
7 files changed
+12
-27
lines changedarduino-ide-extension/package.json
Copy file name to clipboardExpand all lines: arduino-ide-extension/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
| 172 | + |
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
|
arduino-ide-extension/src/browser/contributions/debug.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/debug.ts+1-14Lines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
398 | 398 |
|
399 | 399 |
|
400 | 400 |
|
401 |
| - |
402 |
| - |
403 |
| - |
404 | 401 |
|
405 | 402 |
|
406 |
| - |
| 403 | + |
407 | 404 |
|
408 | 405 |
|
409 | 406 |
|
| ||
443 | 440 |
|
444 | 441 |
|
445 | 442 |
|
446 |
| - |
447 |
| - |
448 |
| - |
449 |
| - |
450 |
| - |
451 |
| - |
452 |
| - |
453 |
| - |
454 |
| - |
455 |
| - |
arduino-ide-extension/src/common/protocol/boards-service.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/common/protocol/boards-service.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
arduino-ide-extension/src/node/boards-service-impl.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/boards-service-impl.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
178 | 178 |
|
179 | 179 |
|
180 | 180 |
|
181 |
| - |
| 181 | + |
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
|
arduino-ide-extension/src/test/browser/debug.test.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/test/browser/debug.test.ts+7-8Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
| ||
117 | 116 |
|
118 | 117 |
|
119 | 118 |
|
120 |
| - |
| 119 | + |
121 | 120 |
|
122 | 121 |
|
123 |
| - |
| 122 | + |
124 | 123 |
|
125 | 124 |
|
126 | 125 |
|
127 | 126 |
|
128 | 127 |
|
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
134 | 133 |
|
135 | 134 |
|
136 | 135 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
216 |
| - |
217 | 216 |
|
218 | 217 |
|
219 | 218 |
|
|
0 commit comments