Releases: platformio/platformio-vscode-ide
Releases · platformio/platformio-vscode-ide
0.17.4
- Improved PlatformIO Core installer
0.17.3
0.17.2
- Do not force PIO IDE Terminal to
cmd.exe
on Windows (issue #76) - PIO Unified Debugger: Fixed infinite loading of Peripheral Registers
0.17.1
- Improvements for PIO Unified Debugger:
- Do not fetch registers data when Peripherals or Registers views are collapsed
- Fixed issue with incorrect breakpoint hit in multi-thread environment (RTOS)
- Instruction how to manually create PIO Core Virtual Environment
0.17.0
- Improvements for PIO Unified Debugger:
- Set breakpoint while the target is running
- Show peripheral register description via tooltip (mouse over with delay)
- Improved debugging for multi-thread applications (Espressif ESP32, RTOS-based projects)
0.16.2
- Handle PIO Home server errors
- Install
virtualenv
to the global scope if possible - Skip Python interpreter from MinGW
0.16.1
- Fixed an issue with infinite PIO Core installation
0.16.0
Requires VSCode 1.24 or above
- Custom Tasks (issue #89)
- Automatically close Serial Port Monitor before uploading/testing (issue #49)
- Added new configuration option
autoCloseSerialMonitor
, which is set totrue
by default - Added "Report a problem" action/button when error occurs
- Improved PIO Core installer using
pip
as Python module
0.15.2
0.15.1
- Moved PlatformIO Toolbar to the beginning of the bottom status bar
- Fixed issue when trying to open an opened PIO Home again