Releases: platformio/platformio-vscode-ide
Releases · platformio/platformio-vscode-ide
1.4.1
- PIO Unified Debugger:
- Improved UI/UX for "MEMORY" viewer
1.4.0
- PIO Unified Debugger:
- Full support for Assembly based projects (issue #113)
- Allowed to set breakpoints in UI for Assembly language
- Added RISC-V and MIPS mnemonics to Assembly grammar
- Notify about conflicted extensions with IntelliSense (issue #118)
1.3.1
- Added "Update All (libraries, platforms, and packages)" and "Upgrade PlatformIO Core" tasks to global VSCode Task Manager (issue #335)
- Improvements for PIO Unified Debugger:
- Fixed an issue with empty call stack when initial breakpoint is disabled using debug_init_break
1.3.0
- Configure time in milliseconds after which reopen Serial Port Monitor using new option
platformio-ide.reopenSerialMonitorDelay
- Added "Update All" (platforms, packages, libraries) quick access command to "PlatformIO Activity" (left sidebar) (issue #335)
- Improvements for PIO Unified Debugger:
- Fixed issue when using BlackMagic Probe in pair with Atmel SAMD20/SAMD21 based boards
- Improved running to debug_init_break on startup
1.2.0
- Added "table of contents" of PIO Home to "PlatformIO View > Quick Access" (left sidebar)
- Fixed issue when CPP files were detected as Arduino
1.1.1
- Show "Project Tasks" before "Quick Access" in PlatformIO Activity Bar
- Reverted back "PlatformIO: Run Task..." button to PlatformIO Toolbar
- Improved performance of Project IntelliSense Indexer
- Fixed PlatformIO Core "ImportError: cannot import name _remove_dead_weakref" (issue #142)
- Fixed PIO Home "[Errno 48] Address already in use" (issue #313)
- Fixed issue when extension does not start after adding new project folder to workspace (issue #319)
1.1.0
- New "Debug" group to "Quick Access" view
- "Start Debugging", will start debug session, activate debug console and focus "Debug" View
- "Toggle Debug Console", an optional button to show active debug console
- Improved support for Arduino files with
*.ino
extension - Focus "Explorer" view when adding new project folder to workspace
- Do not shutdown PIO Home server when folder is added to workspace
1.0.0
- Multi-root Workspaces, work on several related projects at one time (issue #50)
- PlatformIO Activity Bar:
- "Quick Access" to PIO Home and maintenance commands
- "Project Tasks", refactored Project Task Explorer with a support for multiple environments in
platformio.ini
- Added "verbose" build and upload project tasks
- Added "Update PlatformIO Core packages" command
- Added new configuration option
platformio-ide.disableToolbar
which allows to disabling of PlatformIO Toolbar in a bottom status bar - Refactored IntelliSense Indexer
- Fixed issue with task runner when French locale is used (issue #107)
1.0.0-rc.1
- Multi-root workspaces, working with multiple projects (issue #50)
- New PlatformIO Activity Bar with "Quick Access" items
- Project Task Explorer with the verbose build and upload tasks
- Refactored IntelliSense Indexer
- Fixed issue with task runner when French locale is used (issue #107)
How to install an extension from VSIX? See https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix
0.17.5
- Improvements for PIO Unified Debugger:
- Update peripheral register values on group expansion or double click
- Better support for the complex watching expressions
- Fixed issue when registers are not updated after loading
- Fixed setting new value for variable in "Global" scope