Skip to content

2.3.0

Choose a tag to compare

@ivankravets ivankravets released this 03 Mar 13:49
· 246 commits to develop since this release

Requires PlatformIO Core 5.1 or above

  • Project management:
    • Show active project in the status bar (issue #2276)
    • Automatically switch to the latest project on restart (issue #2365)
    • Automatically restore the latest project environment (issue #2344)
  • Allowed passing custom base URL of the Python Package Index using new customPyPiIndexUrl setting
  • Open "platformio.ini" configuration file from newly added project (if there are no other active editors) (issue #2263)
  • Updated PlatformIO Core installer to v1.0.0 (release notes)
  • Added protection for infinite IntelliSense index rebuilding (issue #2363)
  • Added "OpenAPI (Swagger) Editor" extension to the conflicted list (issue #2324)
  • Fixed issues when the "Upload and Monitor" command didn't terminate the running task and didn't reopen a monitor with delay (issue #2266, issue #2319)
  • Fixed an issue with broken IntelliSense index rebuilding or tasks loading for big projects (issue #2321)
  • Fixed an issue when a debug breakpoint was not allowed for Assembly files