File tree
11 files changed
+209
-183
lines changedFilter options
- arduino-ide-extension
- src
- common/protocol
- node
- test/node
11 files changed
+209
-183
lines changedarduino-ide-extension/package.json
Copy file name to clipboardExpand all lines: arduino-ide-extension/package.json-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
114 | 113 |
|
115 | 114 |
|
116 | 115 |
|
117 |
| - |
118 | 116 |
|
119 | 117 |
|
120 | 118 |
|
|
arduino-ide-extension/src/common/protocol/executable-service.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/common/protocol/executable-service.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 | 8 |
|
10 | 9 |
|
arduino-ide-extension/src/node/arduino-daemon-impl.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/arduino-daemon-impl.ts+6-13Lines changed: 6 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
| ||
68 | 67 |
|
69 | 68 |
|
70 | 69 |
|
71 |
| - |
| 70 | + |
72 | 71 |
|
73 | 72 |
|
74 | 73 |
|
| ||
132 | 131 |
|
133 | 132 |
|
134 | 133 |
|
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
| 134 | + |
| 135 | + |
141 | 136 |
|
142 | 137 |
|
143 | 138 |
|
| ||
151 | 146 |
|
152 | 147 |
|
153 | 148 |
|
154 |
| - |
| 149 | + |
155 | 150 |
|
156 | 151 |
|
157 | 152 |
|
| ||
173 | 168 |
|
174 | 169 |
|
175 | 170 |
|
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
| 171 | + |
| 172 | + |
180 | 173 |
|
181 | 174 |
|
182 | 175 |
|
|
arduino-ide-extension/src/node/arduino-firmware-uploader-impl.ts
Copy file name to clipboard+17-34Lines changed: 17 additions & 34 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 |
|
2 | 5 |
|
3 | 6 |
|
4 | 7 |
|
5 |
| - |
6 |
| - |
7 | 8 |
|
8 |
| - |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 | 13 |
|
19 | 14 |
|
20 |
| - |
21 |
| - |
| 15 | + |
22 | 16 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
| 17 | + |
41 | 18 |
|
42 |
| - |
| 19 | + |
43 | 20 |
|
44 | 21 |
|
45 | 22 |
|
| ||
70 | 47 |
|
71 | 48 |
|
72 | 49 |
|
73 |
| - |
74 | 50 |
|
75 | 51 |
|
76 | 52 |
|
77 | 53 |
|
78 | 54 |
|
79 | 55 |
|
80 |
| - |
| 56 | + |
81 | 57 |
|
82 | 58 |
|
83 | 59 |
|
| ||
87 | 63 |
|
88 | 64 |
|
89 | 65 |
|
90 |
| - |
91 |
| - |
| 66 | + |
92 | 67 |
|
93 | 68 |
|
94 |
| - |
95 | 69 |
|
96 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
97 | 80 |
|
arduino-ide-extension/src/node/clang-formatter.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/clang-formatter.ts+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 | 42 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 43 | + |
49 | 44 |
|
50 | 45 |
|
51 | 46 |
|
|
arduino-ide-extension/src/node/config-service-impl.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/config-service-impl.ts+4-9Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
225 |
| - |
226 |
| - |
| 225 | + |
| 226 | + |
227 | 227 |
|
228 | 228 |
|
229 | 229 |
|
| ||
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 |
| - |
237 |
| - |
238 |
| - |
239 |
| - |
240 |
| - |
241 |
| - |
242 |
| - |
| 236 | + |
| 237 | + |
243 | 238 |
|
244 | 239 |
|
245 | 240 |
|
|
arduino-ide-extension/src/node/exec-util.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/exec-util.ts+12-46Lines changed: 12 additions & 46 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 |
| - |
3 |
| - |
4 | 3 |
|
5 |
| - |
6 | 4 |
|
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
49 | 15 |
|
50 | 16 |
|
51 | 17 |
|
| ||
55 | 21 |
|
56 | 22 |
|
57 | 23 |
|
58 |
| - |
| 24 | + |
59 | 25 |
|
60 | 26 |
|
61 | 27 |
|
|
arduino-ide-extension/src/node/executable-service-impl.ts
Copy file name to clipboard+5-21Lines changed: 5 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 |
| - |
| 2 | + |
5 | 3 |
|
| 4 | + |
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 | 8 |
|
13 | 9 |
|
14 | 10 |
|
15 | 11 |
|
16 |
| - |
17 | 12 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 | 13 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
29 | 17 |
|
30 | 18 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 | 19 |
|
arduino-ide-extension/src/test/node/arduino-daemon-impl.test.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/test/node/arduino-daemon-impl.test.ts+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
| 48 | + |
54 | 49 |
|
55 | 50 |
|
56 | 51 |
|
57 |
| - |
58 |
| - |
| 52 | + |
59 | 53 |
|
60 | 54 |
|
61 | 55 |
|
|
0 commit comments