All notable changes to the "arduino-vscode" extension will be documented in this file.
- Display size summary after building. #15
- and some improvement for setting documentation
- bug fix
- support custom uploader
- make the verbose option the real verbose.
- added a verbose option, when build/upload, the build/upload flags will also shown in the output
- make sure the file flag in build/upload is placed as last flag.
- fix a bug of update configuration of serialPort
- add a extension logo
- added linux support
- add diagnostic support for failed build
- rewrite the Config class
- automatically use the default installlation of Arduino IDE
- only need to set the serial port setting if Arduino IDE installed with default folder on macOS and Windows
- Initial release