PlatformIO Core 3.6.2

We’re happy to announce the next release of PlatformIO Core 3.6.2!

56

What is new

  • Improved IntelliSense for PlatformIO IDE for VSCode via passing extra compiler information to C/C++ Code Parser (resolves issues with spurious project’s “Problems”)
  • Fixed an issue with VSCode IntelliSense warning about the missed headers located in include folder
  • Fixed incorrect wording when initializing/updating project
  • Fixed an issue with incorrect order for library dependencies CPPPATH (issue #1914)
  • Fixed an issue when Library Dependency Finder (LDF) does not handle project src_filter (issue #1905)
  • Fixed an issue when Library Dependency Finder (LDF) finds spurious dependencies in chain+ and deep+ modes (issue #1930)
  • Other bug fixes and performance improvements.

See PlatformIO 3.6.2 Release Notes for details.

Upgrade

  • PlatformIO IDE:
    - Atom: Menu: PlatformIO > Upgrade PlatformIO Core
    - VSCode: Left Sidebar > PlatformIO (icon) > Quick Access > Upgrade PlatformIO Core
  • Terminal: Please run pio upgrade command in terminal.

Regards,
PIO Plus Team