ESP IDF VSCode Extension Release v1.2.0
Features and enhancements
- Add ESP-IDF QEMU integration to monitor and debug on emulated ESP32.
- Add openOCD rules command and button on setup wizard end for Linux users
- Add verify matching binary before debug
- Heap tracing using gdbinit file
- Partition tree from target device and flash bin to partition
- Project creation unit testing
- Update debug adapter to latest commit
- Use Espressif mirrors for ESP-IDF tools download in setup wizard
- Add CCache enable setting into build task
- Add serial port and IDF_TARGET to status bar
Bug Fixes
- Add git executable before venv
- Add openOCD debug level configuration setting and fix ESP-IDF version without git history
- Add save scope reference in documentation
- Chinese localization fixes Thanks @larryli !
- Fix arduino as component cloning promise await if directory exists
- Fix recursive examples not rendering in production in new project wizard and show examples
- Fix multiple projects documentation link
- Update MacOS default keyboard shortcuts
- Use process execution instead of shell for flashing task
- Windows fixes for gcovr and qemu