-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit 57975f8
fix: use board+port at startup if it's restored (#2242)
- update status bar if board+port is restored,
- refresh the debug toolbar if board+port is restored,
- init `Include Library` if board+port is ready, and
- init library examples if board+port is ready
Closes #2237
Closes #2239
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>1 parent 8f4bcc8 commit 57975f8
File tree
4 files changed
+24
-26
lines changed- arduino-ide-extension/src/browser/contributions
4 files changed
+24
-26
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
22 | + | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | - | ||
103 | - | ||
102 | + | ||
103 | + | ||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
303 | - | ||
304 | - | ||
303 | + | ||
304 | + | ||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
|
Lines changed: 13 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
25 | - | ||
24 | + | ||
26 | 25 |
| |
27 | 26 |
| |
28 | - | ||
27 | + | ||
29 | 28 |
| |
30 | 29 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
30 | + | ||
35 | 31 |
| |
36 | 32 |
| |
37 | - | ||
33 | + | ||
38 | 34 |
| |
39 | 35 |
| |
40 | - | ||
36 | + | ||
41 | 37 |
| |
42 | 38 |
| |
43 | - | ||
39 | + | ||
44 | 40 |
| |
45 | - | ||
46 | - | ||
41 | + | ||
42 | + | ||
47 | 43 |
| |
48 | 44 |
| |
49 | 45 |
| |
| |||
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
59 | - | ||
60 | - | ||
55 | + | ||
56 | + | ||
61 | 57 |
| |
62 | 58 |
| |
63 | 59 |
| |
| |||
93 | 89 |
| |
94 | 90 |
| |
95 | 91 |
| |
96 | - | ||
92 | + | ||
97 | 93 |
| |
98 | 94 |
| |
99 | 95 |
| |
| |||
139 | 135 |
| |
140 | 136 |
| |
141 | 137 |
| |
142 | - | ||
138 | + | ||
143 | 139 |
| |
144 | 140 |
| |
145 | 141 |
| |
| |||
172 | 168 |
| |
173 | 169 |
| |
174 | 170 |
| |
175 | - | ||
171 | + | ||
176 | 172 |
| |
177 | 173 |
| |
178 | 174 |
| |
|
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
23 | - | ||
22 | + | ||
23 | + | ||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
31 | + | ||
32 | + | ||
33 | + | ||
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
|
0 commit comments