Releases: ms-iot/vscode-ros
Releases · ms-iot/vscode-ros
Release 0.8.1
What's Changed
- Prevent spurious events from generating errors by @ooeygui in #671
- fix for #645 by @bearrista in #679
- Support specifying the ROS setup script by @ooeygui in #678
- Prepare 0.8.1 by @ooeygui in #681
New Contributors
- @bearrista made their first contribution in #679
Full Changelog: v0.8.0...v0.8.1
Release 0.8.0
What's Changed
- Bump vscode-debugadapter from 1.50.0 to 1.51.0 by @dependabot in #619
- Bump @types/tmp from 0.2.2 to 0.2.3 by @dependabot in #629
- Bump @types/vscode from 1.62.0 to 1.63.1 by @dependabot in #630
- Bump vscode-extension-telemetry from 0.4.3 to 0.4.5 by @dependabot in #644
- Bump typescript from 4.5.2 to 4.5.5 by @dependabot in #653
- Bump @types/mocha from 9.0.0 to 9.1.0 by @dependabot in #652
- Bump mocha from 9.1.3 to 9.1.4 by @dependabot in #649
- Implmenet script filtering by @ooeygui in #654
- py OrderedDict to dict for #620 by @ooeygui in #655
- Fix lifecycle wonkyness by @ooeygui in #656
- Release/0.8.0 by @ooeygui in #659
- Update for release by @ooeygui in #661
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0
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
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
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
0.6.6
0.6.5
- #365 [ros2] find all launch files (by @Hexafog)
- #310 Allow customization of build tool tasks (by @anton-matosov)
- #321 Have executable search follow symbolic links (by @nightduck)
- #304 Handle preLaunch task explicitly (by @anton-matosov)