From f0a0b42a48d33198f3156df49f06f6ac08529a7b Mon Sep 17 00:00:00 2001 From: Lou Amadio Date: Mon, 27 Dec 2021 12:15:17 -0800 Subject: [PATCH] Release/0.7.0 (#637) * Rev release version * Update changelog and readme --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc53c54..e8952cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 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 ## 0.6.9 * [#429] Contribution by RyanDraves - Start ROS Core/Daemon if not running when launch debugging diff --git a/README.md b/README.md index 5a58df43..68f697ef 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ You can access the following commands from the [Visual Studio Code command palle | Name | Description | |---|:---| -| [Attaching to a running ROS Node][debug_support-attach] | Learn how to attach VSCode to a running ROS node | -| [Debugging all ROS Nodes in a launch file ][debug_support-launch] | Learn how to set up VSCode to debug the nodes in a ROS Launch file | +| [Attaching to a running ROS Node](https://github.com/ms-iot/vscode-ros/blob/master/doc/debug-support.md) | Learn how to attach VSCode to a running ROS node | +| [Debugging all ROS Nodes in a launch file ](https://github.com/ms-iot/vscode-ros/blob/master/doc/debug-support.md) | Learn how to set up VSCode to debug the nodes in a ROS Launch file | | [ROSCON 2019 ROS Extension Talk Video](https://vimeopro.com/osrfoundation/roscon-2019/video/379127667) | Walkthrough of VSCode from ROSCon 2019| @@ -70,7 +70,7 @@ To create a `launch.json` with ROS debugging support Once this is created, you can use the play button in the title bar, or the "start debugging" accelerator key, or from the command palle (CTRL-SHIFT-P), select `Debug: Start Debugging`. -> NOTE: Other VSCode extensions may interfere with the selection list. If you do not see ROS in the first drop down list, you'll need to create a blank launch.json file, then use the manual option. +> NOTE: Other VSCode extensions may interfere with the selection list. If you do not see ROS in the first drop down list, you'll need to create a blank launch.json file, then use the manual option described below. Other Notes: * Create a new ROS launch file with just the nodes you'd like to debug, and a separate ROS launch file with all other ROS nodes. diff --git a/package.json b/package.json index 0f564c62..037c0d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-ros", - "version": "0.6.9", + "version": "0.7.0", "publisher": "ms-iot", "engines": { "vscode": "^1.62.0"