Releases: platformio/platformio-vscode-ide
Releases · platformio/platformio-vscode-ide
0.11.0
- Added new option
activateOnlyOnPlatformIOProject
(activate extension only when PlatformIO-based project (withplatformio.ini
) is opened in workspace) (issue #66) - Changed minimum requirements for Python to 2.7.5+
- Handle correctly conda's virtual environment
- Don't update Terminal configuration with patched PATH environment for non-PlatformIO projects (issue #64)
- Ignore Python interpreter from Cygwin environment (issue #43)
0.10.0
- Added PIO Remote & PIO Unit Testing buttons and commands
- Better explanation for "WindowsError: [Error 5]"
- Minor improvements for Project Indexer
0.9.1
- Depend on PIO Core 3.5.1-dev
- Fixed issue with installer (pip, virtualenv) when non-ASCII chars are used in TMPDIR environment variable
0.9.0
0.8.2
- Fixed issue with broken PIO Home and user's Python <2.7.9 (Windows). Automatically install compatible Python
0.8.1
0.8.0
Requires VSCode 1.18.0 or above
- Updated PIO Terminal with new VSCode API
- Increased timeout for PIO Home Server
0.7.4
- Improved support for non-ASCII locales
- Fixed issue with the missing toolchain includes in
includePath
of IntelliSense
0.7.3
- Catch errors when checking PIO Core version (broken PIO Core installation)
- Override LC_ALL only for Darwin platform
0.7.2
- Show PIO Home icon on bottom Toolbar even when PIO Project is not opened