Skip to content

Releases: platformio/platformio-vscode-ide

0.17.4

26 Jul 19:25
Compare
Choose a tag to compare
  • Improved PlatformIO Core installer

0.17.3

19 Jul 19:15
Compare
Choose a tag to compare
  • Fixed "PIP: Command "python setup.py egg_info" failed" (issue #179)
  • Fixed "TypeError: Cannot read property 'title' of undefined" (issue #170)

0.17.2

11 Jul 11:56
Compare
Choose a tag to compare
  • 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

05 Jul 15:26
Compare
Choose a tag to compare
  • 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

29 Jun 17:14
Compare
Choose a tag to compare
  • 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

26 Jun 17:45
Compare
Choose a tag to compare
  • Handle PIO Home server errors
  • Install virtualenv to the global scope if possible
  • Skip Python interpreter from MinGW

0.16.1

20 Jun 22:51
Compare
Choose a tag to compare
  • Fixed an issue with infinite PIO Core installation

0.16.0

20 Jun 13:29
Compare
Choose a tag to compare

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 to true by default
  • Added "Report a problem" action/button when error occurs
  • Improved PIO Core installer using pip as Python module

0.15.2

20 Jun 13:29
Compare
Choose a tag to compare
  • Reverted back an order of PlatformIO Toolbar (issue #114)
  • Fixed issue with customization of built-in PlatformIO tasks (issue #89)

0.15.1

20 Jun 13:28
Compare
Choose a tag to compare
  • Moved PlatformIO Toolbar to the beginning of the bottom status bar
  • Fixed issue when trying to open an opened PIO Home again