forked frommicrosoft/vscode-cpptools
- Notifications
You must be signed in to change notification settings - Fork0
Commit536685c
authored
Grdowns/update channel fix (microsoft#2637)
* Use shell optional arg* Add try/catch around spawn to override any possible exceptions* Default vsixname to cpptools-linux32.vsix* Move logFailure inline* Remove potential PII from error message to be on the safe side* Fix linter errors* Remove spawn optional arg; instead remove quotes surrounding command* Remove rethrowing of error at the top level checkAndApplyUpdate* Commenting* Remove default case in switch statement for vsixName; Add x86, i383, i686 cases1 parentb6f1847 commit536685c
2 files changed
+17
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | | - | |
248 | | - | |
| 247 | + | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
267 | 272 | | |
268 | 273 | | |
269 | 274 | | |
| |||
296 | 301 | | |
297 | 302 | | |
298 | 303 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
347 | | - | |
348 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
349 | 352 | | |
350 | 353 | | |
351 | 354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments
Comments
(0)