Skip to content

Releases: platformio/platformio-vscode-ide

0.11.1

23 Jan 12:48

Choose a tag to compare

  • Improved support for PIO Core 3.5.1
  • Use a custom HOME environment variable for Windows
  • Fixed PIO Core installer when UserName contains a space

0.11.0

16 Jan 18:30

Choose a tag to compare

  • Added new option activateOnlyOnPlatformIOProject (activate extension only when PlatformIO-based project (with platformio.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

11 Jan 13:45

Choose a tag to compare

  • Added PIO Remote & PIO Unit Testing buttons and commands
  • Better explanation for "WindowsError: [Error 5]"
  • Minor improvements for Project Indexer

0.9.1

10 Jan 22:29

Choose a tag to compare

  • 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

28 Dec 18:32

Choose a tag to compare

  • Depend on PIO Core 3.5.0
  • Pre-install PIO Home in pair with PIO Core (resolve issue with "timeout")
  • Fixed issue with PIO Core update/upgrade commands (issue #62)

0.8.2

01 Dec 23:39

Choose a tag to compare

  • Fixed issue with broken PIO Home and user's Python <2.7.9 (Windows). Automatically install compatible Python

0.8.1

01 Dec 23:38

Choose a tag to compare

  • New configuration option: "Update Terminal configuration with patched PATH environment", default is true
  • Fixed "Expression preceding parentheses of apparent call must have (pointer-to-) function type" for IntelliSense (issue #54)

0.8.0

01 Dec 23:38

Choose a tag to compare

Requires VSCode 1.18.0 or above

  • Updated PIO Terminal with new VSCode API
  • Increased timeout for PIO Home Server

0.7.4

01 Dec 23:38

Choose a tag to compare

  • Improved support for non-ASCII locales
  • Fixed issue with the missing toolchain includes in includePath of IntelliSense

0.7.3

09 Sep 18:19

Choose a tag to compare

  • Catch errors when checking PIO Core version (broken PIO Core installation)
  • Override LC_ALL only for Darwin platform