Skip to content

Releases: platformio/platformio-vscode-ide

1.4.1

18 Oct 22:51
Compare
Choose a tag to compare

1.4.0

09 Oct 12:47
Compare
Choose a tag to compare
  • 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

02 Oct 12:52
Compare
Choose a tag to compare
  • 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

21 Sep 16:12
Compare
Choose a tag to compare
  • 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:

1.2.0

12 Sep 09:58
Compare
Choose a tag to compare
  • 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

07 Sep 20:23
Compare
Choose a tag to compare
  • 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

31 Aug 10:41
Compare
Choose a tag to compare
  • 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

30 Aug 12:00
Compare
Choose a tag to compare
  • 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

28 Aug 20:22
Compare
Choose a tag to compare
  • 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

21 Aug 15:28
Compare
Choose a tag to compare
  • 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