You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](https://github.com/n9iels), [AntoineGirafe](https://github.com/AntoineGirafe), thank you foryour contributions and feedbacks.
184
+
Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](https://github.com/n9iels), [AntoineGirafe](https://github.com/AntoineGirafe), thank you for your contributions and feedbacks.
185
185
186
186
## Version 0.2.20
187
187
@@ -206,7 +206,7 @@ Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](ht
206
206
- Add Wio 3G board and WeMos D1 board [#223](https://github.com/Microsoft/vscode-arduino/pull/223)
207
207
208
208
### Fixed
209
-
- Fix intellisense issue of `c_cpp_properties.json`
209
+
- Fix IntelliSense issue of `c_cpp_properties.json`
210
210
- Fix "Verifying" is misspelled issue [#591](https://github.com/Microsoft/vscode-arduino/issues/591)
@@ -241,13 +241,13 @@ Special thanks to [Thad House](https://github.com/ThadHouse), [Carlos Gomez](htt
241
241
### Added
242
242
- Add a sketch file button in status bar to reset sketch file [#481](https://github.com/Microsoft/vscode-arduino/issues/481)
243
243
- Add loading status bar for verify and build command [#137](https://github.com/Microsoft/vscode-arduino/issues/137)
244
-
- Add `prebuild` support in `arduio.json`[#411](https://github.com/Microsoft/vscode-arduino/issues/411)
244
+
- Add `prebuild` support in `arduino.json`[#411](https://github.com/Microsoft/vscode-arduino/issues/411)
245
245
- Add upload using programmer command [#407](https://github.com/Microsoft/vscode-arduino/issues/407)
246
246
- Add ignore option for board detection notification [#495](https://github.com/Microsoft/vscode-arduino/issues/495)
247
247
- Add settings for disable/enable serial monitor TestingOpen [#530](https://github.com/Microsoft/vscode-arduino/issues/530)
248
248
249
249
### Fixed
250
-
- Fix intellisense issue of `c_cpp_properties.json` (preview) [#438](https://github.com/Microsoft/vscode-arduino/issues/438)
250
+
- Fix IntelliSense issue of `c_cpp_properties.json` (preview) [#438](https://github.com/Microsoft/vscode-arduino/issues/438)
251
251
252
252
Special thanks to [Joel Santos](https://github.com/mundodisco8), [John](https://github.com/VashJuan), [mybayern1974](https://github.com/mybayern1974), [Maxime Paquatte](https://github.com/maxime-paquatte), [Joe Saavedra](https://github.com/jmsaavedra), [Kye Burchard](https://github.com/kyeb), [Laurent Haas - F6FVY](https://github.com/f6fvy), thank you for your feedbacks.
253
253
@@ -337,7 +337,7 @@ Special thanks to [GarethE](https://github.com/keyoke), thank you for your contr
337
337
- Contribution from [DeqingSun](https://github.com/DeqingSun): Add board support for STM32F1 with Arudino_STM32 [#377](https://github.com/Microsoft/vscode-arduino/pull/377)
338
338
339
339
### Changed
340
-
- Leverage the ouput path config to speedup upload/verify
340
+
- Leverage the output path config to speedup upload/verify
341
341
- Fix USB detection issue during uploading [#371](https://github.com/Microsoft/vscode-arduino/pull/371), [372](https://github.com/Microsoft/vscode-arduino/pull/372)
342
342
- Contribution from [lialosiu](https://github.com/lialosiu): Fix encoding issue for non UTF-8 [#364](https://github.com/Microsoft/vscode-arduino/pull/364)
343
343
- Update the documents with the helps of
@@ -361,7 +361,7 @@ Special thanks to [GarethE](https://github.com/keyoke), thank you for your contr
361
361
362
362
### Changed
363
363
- Use a new configuration page for switching arduino boards
364
-
- Lazy load the arduino extension on start up, only usb detection works in background, when it detects an arduino board, the extension will fully activate
364
+
- Lazy load the arduino extension on startup, only usb detection works in background, when it detects an arduino board, the extension will fully activate
365
365
- Update unit test to some basic arduino commands
366
366
- Fix some typos in code
367
367
- Fix issue #289#324#327
@@ -432,4 +432,4 @@ Special thanks to [GarethE](https://github.com/keyoke), thank you for your contr
432
432
- Built-in serial monitor
433
433
- Snippets for sketches
434
434
- Automatic Arduino project scaffolding
435
-
-Commond Palette (F1) integration of frequently used commands (e.g. Verify, Upload...)
435
+
-Command Palette (F1) integration of frequently used commands (e.g. Verify, Upload...)
0 commit comments