Releases: platformio/platformio-vscode-ide
Releases · platformio/platformio-vscode-ide
1.7.1
- PlatformIO Core Installer:
- Use ".platformio" directory located in the root of disk if it was created before (Windows)
- Use EnvBinDir as CWD for "runCommand" by default
- Disabled extension recommendations per a workspace (temporary workaround for Microsoft/vscode/issues/58348)
1.7.0
1.6.0
- Custom task for "Build" command which is used by PlatformIO Toolbar and Key Bindings (issue #116)
- Automatically remove previous PlatformIO Core installation when user switches between stable and development versions
- Updated minimal dependency of PlatformIO Core to >=3.6.3
- Fixed spurious project's "Problems" when ARM mbed framework is used (issue #459)
1.5.0
- PlatformIO Core Installer:
- Switched to a stable PlatformIO Core. Do you need development version? Please update VSCode settings to "platformio-ide.useDevelopmentPIOCore": true
- Updated minimal dependency of PlatformIO Core to >=3.6.2
1.4.7
1.4.6
1.4.5
- Reduced startup-time using extension bundling
- Added support for upcoming native WebSockets for PlatformIO Home
- Updated PlatformIO Core installer's
virtualenv
to 16.1.0
1.4.4
- Improved PlatformIO Core Installer
1.4.3
1.4.2
- PIO Unified Debugger:
- Shutdown gracefully debugging server on "Stop" command
- Fixed "ImportError: DLL load failed"