Skip to content

Releases: ms-iot/vscode-ros

Release 0.8.1

26 Feb 20:05
fe85dd6
Compare
Choose a tag to compare
Release 0.8.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

Release 0.8.0

28 Jan 18:51
dda04ec
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.8.0

Release 0.7.0

27 Dec 20:16
f0a0b42
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

0.7.0
Update 3rd party disclosure and attribution
Update Dependencies
[#544] Contribution by @vigiroux - Bogus Screen Size
[#587] Enable System Symbols
[#594] Improve IntelliSense by updating the C++ properties correctly
[#605] Support Experimental launch filtering - enable 'launch only' and 'debug only' Filters.
[#608] Reduce annoying dialogs from the ROS extension

Release 0.6.9

25 Aug 20:15
4f071b2
Compare
Choose a tag to compare

This change releases several fixes for the VSCode ROS extension.

  • [#429] Contribution by RyanDraves - Start ROS Core/Daemon if not running when launch debugging
  • [#435] Contribution by RyanDraves - Support ROS Test launch file debugging
  • [#470] Support VSCode Trusted Workspaces feature
  • [#476] Fixes to auto-launch
  • [#498] Support GDB Pretty Printing for Watch Window
  • [#497] No longer droping Log folders all over
  • [#499] ROS2 colcon Fixes, neutralize commands between ROS1 and ROS2
  • [#501] Fixes when using ROS in a container
  • Update many dependencies
  • Update documentation

Release 0.6.8

16 May 16:30
231f139
Compare
Choose a tag to compare

This release fixes a URDF rendering issue with was caused by a change to how VSCode handles local resources. It also updates several dependencies.

0.6.7

19 Feb 03:10
Compare
Choose a tag to compare

0.6.6

14 Jan 22:19
Compare
Choose a tag to compare
  • #372 Adding error messages on exceptions for better diagnosis (by @seanyen)
  • #371 Adding the missing version for cpp properties. (by @seanyen)
  • #368 [ROS2] Adding Initial ROS2 Launch Debug Support (by @seanyen)

0.6.5

07 Jan 23:04
e564b2e
Compare
Choose a tag to compare

0.6.4

15 Jul 22:03
d1b99b5
Compare
Choose a tag to compare

0.6.3

26 Mar 04:18
3b80482
Compare
Choose a tag to compare
  • Enable ros.rosdep extension command.
  • Fix roslaunch C++ node debugging on Windows.