Releases: platformio/platformio-vscode-ide
Releases · platformio/platformio-vscode-ide
2.5.3
2.5.2
2.5.1
2.5.0
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
2.4.2
2.4.1
2.4.0
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
- 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