Releases: espressif/vscode-esp-idf-extension
Releases · espressif/vscode-esp-idf-extension
ESP IDF VSCode Extension Release v1.0.0
Features and enhancements
- Add report button to send error to telemetry backend.
- Launch ESP-IDF Monitor on debug session launch.
- CI Enhancements
- New IDF Component command to add a component in current project.
- Add post build ninja summary from Chromium tools script
- Add command to dispose cached SDK Configuration Editor confserver process
Bug Fixes
- Fix JTAG Flashing issue
- Fix select UI on SDK Configuration Editor
- Use only major_minor for python_env directories
- Update Arduino esp32 branches and fallback on master
- Kill ESP-IDF Monitor terminal on Flash task execution
- Fix CMakeLists.txt Editor schema error
- Fix missing ESP-ADF ESP-MDF env variables on Windows
- Fix default compiler path on Show ESP-IDF examples created projects
ESP IDF VSCode Extension Release v0.6.1
Features and enhancements
- ESP-IDF: Doctor command to generate an extension configuration report.
- Enhance readme and documentation
- Select openOCD board command based on esp-config.json from OpenOCD repository.
- Russian localization for commands Thanks @Vasilius-001 !
Bug Fixes
ESP IDF VSCode Extension Release v0.6.0
Release Highlights
Features & Enhancements
- Changelog Viewer
- Core Dump & GDB Stub Postmortem Debug Support
- Add Support for Powershell Core
- ESP-IDF custom CMake Editor
- Add Option to silent the notifications
- Enhance doc search from vscode, also show results inside vscode itself
- Show Rainmaker LoggedIn User's Info
- Add WSL Serial Support
- JTAG Flashing Support
- Add e-fuse bit viewer
- Add Full Clean Command
- Full Partition Table Editor UI
- NVS Partition Editor UI
- Enhanced Onboarding & Simplification
- Use variable app_image_offset for debugAdapter
- Win configuration parameters
Bug Fixes
ESP IDF VSCode Extension Release v0.5.1
Release Highlights
- Fix the CI release to marketplace bug not packaging the
esp_debug_adapter
- Fix the System Tracing UI theme, and added webview panel icons
ESP IDF VSCode Extension Release v0.5.0
Release Highlights
- Added support for ESP-ADF and ESP-MDF
- Fixed some bugs related to Device Baud Rate, Webview Background Color, Menuconfig
ESP IDF VSCode Extension Release v0.4.0
Release Highlights
- Add System View Tracing support inside vscode, which will enable you to easily view the timeline, events stream, etc., of of existing heap tracing (.svdat) file
- Add support for Arduino as ESP32 Component
- Add support for searching ESP-IDF documentation from vscode itself.
- Fixed some bugs related to debug adapter, gui menuconfig, task based commands, enhance scss, etc.
ESP IDF VSCode Extension Release v0.3.0
Release Highlights
- Add Heap Tracing support inside vscode for ESP32 and ESP32-S2 chips
- Show code-coverage inside the vscode editor for your ESP-IDF projects
- Add ESP Rainmaker IoT cloud support inside vscode, this will enable you to control your ESP32 and ESP32-S2 devices from vscode
- Use
webview.asWebviewUri(...)
API for making extension web browser compatible - Add support for telemetry
- Fix some typos in template project
- Fix Poweshell export env support
- Improve onboarding docs
- Fix some typos in Documentation
- Fix workspace folder error for no opened workspaces
ESP IDF VSCode Extension Release v0.2.2
ESP IDF VSCode Extension Release v0.2.1
Release Highlights
- SEO for vscode marketplace, add keywords and update description
- Enhance and Fix some bugs with IDF Monitor terminal
- Update Stale CI configs
- Project structure enhancements, remove unused files in project
- Minor Bug Fixes
ESP IDF VSCode Extension Release v0.2.0
Release Highlights
- Release Debug Adapter, this would enable debugging for an IDF project from within the VSCode IDE, please refer the guide for how to use the same
- Add support for save before IDF build, this would save all your edited files and then trigger a build.
- Add Prettier for code linting and formatting (improving extension developer experience)
- Update Issue Template for GH
- Minor bug fixes and enhancements