ESP IDF VSCode Extension Release v1.7.0
1.7.0
Features and enhancements
- Update extension initial autoconfiguration
- Add Commands tree view in Espressif explorer
- Update OpenOCD boards filtered by selected IDF target
- Documentation commands name consistency
- Add new notification mode: Output, Notification, All, Silent
- Remove gcovr dependency, implement GCOV html report and UI coverage from toolchain gcov
- Add ESP-IDF Unit Testing with Pytest-Embeded in vscode extension tests UI
- Add esp32c2 esp32h2 IDF targets to extension
- Remove Microsoft C/C++ from extension dependencies
- Add ESP-IDF SBOM check command
Bug Fixes
- Update application insights
- Remove video link from changelog
- Fix esp32h2 in set target command
- Fix for env PATH variable reference Thanks @dyarkovoy
- Fix for qemu workspace reference Thanks @dyarkovoy
- Fix sdkconfig defaults in build arguments
- Fix duplicated python executable in setup UI, Add Windows compiler path fix
- Migration to vue 3 and UI fixes
- Update docker templates to latest esp-idf version
- Fix tar.xz install from extension, show or hide progress notification based idf.notificationMode setting