Skip to content

Releases: platformio/platformio-vscode-ide

1.7.1

20 Apr 11:19
Compare
Choose a tag to compare
  • 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

16 Apr 20:06
Compare
Choose a tag to compare
  • Use VSCode's proxy settings by PlatformIO Core (issue #96)

1.6.0

12 Dec 20:57
Compare
Choose a tag to compare
  • 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

29 Nov 20:27
Compare
Choose a tag to compare
  • PlatformIO Core Installer:
    • Drop SockJS, switch to native WebSockets
    • Catch errors when upgrading PIP (issue #436)
    • Check for official Python installation on Windows (resolves issue with a static "sys.prefix" and custom Python builds) (issue #154)
  • 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

28 Nov 11:38
Compare
Choose a tag to compare
  • Security Update related to VSCode's issue with dependency on event-stream (issue #434)

1.4.6

23 Nov 19:29
Compare
Choose a tag to compare
  • Warn about using .INO files that leads to the spurious problems with C/C++ IntelliSense service (issue #400)
  • Use actual Python path when creating a virtual environment
  • Shutdown all PIO Home servers when can't start a new one
  • Better explanation about PIP issue on Windows

1.4.5

18 Nov 21:52
Compare
Choose a tag to compare
  • 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

26 Oct 21:30
Compare
Choose a tag to compare
  • Improved PlatformIO Core Installer

1.4.3

26 Oct 18:09
Compare
Choose a tag to compare
  • Handle "Error: Could not create PIO Core Virtual Environment" and propose user to file an issue (issue #154)

1.4.2

26 Oct 12:31
Compare
Choose a tag to compare
  • PIO Unified Debugger:
    • Shutdown gracefully debugging server on "Stop" command
  • Fixed "ImportError: DLL load failed"