Skip to content

Releases: platformio/platformio-vscode-ide

0.7.1

01 Sep 16:25
Compare
Choose a tag to compare
  • Fixed installer issue "Reference Error: atom is not defined" (issue #38)

0.7.0

31 Aug 21:50
Compare
Choose a tag to compare
  • New in PIO Home:
    • New Project
    • Import Arduino IDE Project
    • Open Project
    • Project Examples
  • Migrate to "platformio-node-helpers", a common interface for Node.JS based PlatformIO IDE extensions
  • Revert back "Run a task" button on the PIO Toolbar

0.6.0

10 Aug 14:19
Compare
Choose a tag to compare
  • Integrate new PIO Home 2.0

0.5.3

05 Aug 20:36
Compare
Choose a tag to compare
  • Ignore broken a node-tar(3.1.9) package which blocks PIO Core installer

0.5.2

05 Aug 20:36
Compare
Choose a tag to compare
  • Use dedicated terminal panel per unique PIO Task
  • Avoid concurrent "IntelliSense Index Rebuild" processes

0.5.1

18 Jul 11:33
Compare
Choose a tag to compare
  • Add new Tasks
    • Rebuild C/C++ Project Index
    • Update installed platforms, packages and libraries
    • Upgrade PlatformIO Core
  • Use pio device monitor command instead of pio run -t monitor for "Monitor" task

0.5.0

17 Jul 14:23
Compare
Choose a tag to compare

Requires VSCode 1.13.0 or above

  • Dynamic Tasks (issue #24)
  • Custom tasks per project environment based on platformio.ini (issue #16)
  • Removed "No task is currently running" warning (issue #26)
  • Fixed issue with Windows accounts that contain spaces in user name (issue #27)

0.4.0

05 Jul 17:55
Compare
Choose a tag to compare
  • New platformio-ide.forceUploadAndMonitor configuration option which allows to force "Upload and Monitor" task for platformio-ide.upload command
  • Automatically terminate previous PlatformIO Task before a new (fixes issue with uploading when Serial Monitor is run)

0.3.1

28 Jun 15:17
Compare
Choose a tag to compare

0.3.0

04 Jun 21:09
Compare
Choose a tag to compare
  • Added default keybindings for the popular commands (Build, Upload, Open Serial Monitor, Initialize New Project, Run Other Tasks)
  • Automatically close Serial Monitor before uploading
  • Synchronize Installer with the latest version from PIO IDE for Atom
  • Don't show PlatformIO Toolbar in non-PlatformIO projects (issue #6)
  • Don't replace default terminal with PlatformIO (issue #9)
  • Fixed issue with PIO Terminal and Windows PowerShell (issue #10)
  • Other improvements and bugfixes