ESP IDF VSCode Extension Release v1.3.0
Features and enhancements
- Create virtual env before install-python-env
- Partition table editor unit testing
- NVS partition table editor unit testing
- Add JTAG configuration links in documentation
- Add ninja arguments for build task
- Add CMake and Ninja-build to setup when not found in PATH
- IDF Target and serial port only saved in workspace folder
- Add size task after build task
- SDK Configuration editor and Build end to end testing
- Add flashing types in documentation
- Project creation end to end testing
- GDB timeout scale factor in launch json for espidf configuration
- Add WSL Enable configuration setting
- Add pre build, post build, pre flash, post flash custom task (with icon for custom tasks)
- Add Welcome page
- Add setup end to end testing
Bug Fixes
- Fix multiple save scope calls on workspace folder setup
- Fix documentation links
- Fix spaces in git path
- Remove openOCD copy rules button
- Update cppdbg launch json default configuration Thanks @rdancer !
- Fix openOCD configuration files in project wizard and settings
- Fix idf size UI issues due to idf_size.py schema changes
- Fix WSL detection and add WSL enable configuration setting
- Add silent notification for error messages
- Fix unused esp container directory being created