Skip to content

Releases: platformio/platformio-vscode-ide

2.5.3

03 Sep 08:35
Compare
Choose a tag to compare
  • Fixed an issue when Project Tasks are disabled in the VSCode v1.71 (issue #3299)

2.5.2

12 Aug 10:32
Compare
Choose a tag to compare
  • Fixed an issue when project tasks with a title didn't work (issue #3274)

2.5.1

28 Jul 18:55
Compare
Choose a tag to compare
  • Prevented users from using wrong Build/Debug buttons (issue #3239)

2.5.0

23 Jun 10:57
Compare
Choose a tag to compare

Requires PlatformIO Core 6.0 or above

  • Added a new "Dependencies" group to the Project Tasks
    • List project dependencies
    • Check outdated project dependencies
    • Update project dependencies
  • Added "Verbose Test" to the Project Tasks
  • Added the "Test" button to the PlatformIO Toolbar
  • Switched to the official PlatformIO Core 6.0 public API
  • Updated installer script to v1.1.2
  • Ensure that the PlatformIO Core installer script is not corrupted (issue #3084)
  • Removed deprecated "updates" related command in favor of project dependency management (issue #3219)
  • Fixed a bug with the handling of package registry mirrors

2.4.3

18 Mar 16:42
Compare
Choose a tag to compare
  • Fixed an issue when PlatformIO IDE installer asks to install Python interpreter on Windows OS (issue #3076)

2.4.2

11 Feb 16:12
Compare
Choose a tag to compare
  • Fixed an "Error: No such command "home" when opening PIO Home (issue #2923)

2.4.1

11 Feb 16:07
Compare
Choose a tag to compare
  • Fixed an issue when debugging does not start on Windows (issue #2925)

2.4.0

05 Nov 10:53
Compare
Choose a tag to compare

Requires VSCode 1.57 or above

  • Added named status bars: "PlatformIO: Toolbar" and "PlatformIO: Project Environment Switcher" (ability to hide them separately) (issue #2593)
  • Added "Verbose Check" project task
  • Synchronize VSCode workspaces with PlatformIO Home Projects (requires PlatformIO Core 5.2.3 or above) (issue #1367)
  • Automatically switch to newly created project's environment (issue #2414)
  • Fixed an issue when "Copy to Clipboard" does not work in PlatformIO Home on macOS (requires PlatformIO Core 5.2.3 or above) (issue #2570)
  • PlatformIO IDE Installer
    • Updated installer script to 1.1.0
    • Check global PlatformIO Core installation when built-in is disabled
    • Handle "Could not find distutils module" error on Linux
    • Rebuild project IDE configuration on "platformio.ini" change

2.3.4

19 Oct 15:34
Compare
Choose a tag to compare
  • Start debugging without firmware uploading using a new loadMode launch option (see docs for debug_load_mode for more details). Requires PlatformIO Core 5.2.2 or above.
  • PlatformIO IDE Installer
    • Ask the user to install Python manually if the portable version does not work
    • Check compatible Python using the installer script
    • Use pre-built Python 3.7 for Windows 7 and below

2.3.3

14 Aug 13:58
Compare
Choose a tag to compare
  • Updated PlatformIO Core installer to v1.0.3 (changes):
    • Fixed a bug with "OSError / WinError" when looking for a compatible Python
    • Fixed "UnboundLocalError"