Releases: platformio/platformio-vscode-ide
Releases · platformio/platformio-vscode-ide
0.7.1
0.7.0
- 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
- Integrate new PIO Home 2.0
0.5.3
- Ignore broken a node-tar(3.1.9) package which blocks PIO Core installer
0.5.2
- Use dedicated terminal panel per unique PIO Task
- Avoid concurrent "IntelliSense Index Rebuild" processes
0.5.1
- Add new Tasks
- Rebuild C/C++ Project Index
- Update installed platforms, packages and libraries
- Upgrade PlatformIO Core
- Use
pio device monitor
command instead ofpio run -t monitor
for "Monitor" task
0.5.0
0.4.0
- New
platformio-ide.forceUploadAndMonitor
configuration option which allows to force "Upload and Monitor" task forplatformio-ide.upload
command - Automatically terminate previous PlatformIO Task before a new (fixes issue with uploading when Serial Monitor is run)
0.3.1
- Improved PIO IDE Installer (issue with
virtualenv
and OS temporary directory) - Added workaround for Windows command-line string limitation
(issue #15)
0.3.0
- 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