apupier commented on code in PR #1009: URL: https://github.com/apache/camel-website/pull/1009#discussion_r1218150007
########## content/blog/2023/06/debug-adapter-0.7.0-release/index.md: ########## @@ -0,0 +1,49 @@ +--- +title: "New release of VS Code Debug Adapter for Apache Camel 0.7.0" +date: 2023-06-05 +authors: [djelinek] +categories: ["Releases","Tooling"] +preview: "New release of VS Code Debug Adapter for Apache Camel 0.7.0" +--- + +There is a new release of VS Code extension [Debug Adapter for Apache Camel](https://github.com/camel-tooling/camel-dap-client-vscode/blob/0.7.0/CHANGELOG.md#070) 0.7.0 + +Available at [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel) and [Open VSX Registry](https://open-vsx.org/extension/redhat/vscode-debug-adapter-apache-camel). + +# What's changed + +- Minimal version of Visual Studio Code to run this extension is 1.76.0 +- Bump default Camel JBang version to 3.20.5 + +# New features + +## Contextual Menu + +Added missing Contextual Menu item, to allow users execute `Run Camel Application with JBang` from right-click on integration file. + + + +## Codelens + +Added missing Codelens item, to allow users execute `Camel Run with JBang` from codelenses inside opened integration file. + + + +## Automatic Reloading + +This release is enabling [Camel JBang - Dev Mode with Live Reload](https://camel.apache.org/manual/camel-jbang.html#_dev_mode_with_live_reload). Currently it is available only for `Run Camel Application with JBang` command. This option is enabled by default. + + + +## Settings + +Begginning this release, there is new setting available for Apache Camel JBang version, which is used by extension commands: Review Comment: ```suggestion Beginning this release, there is new setting available for Apache Camel JBang version, which is used by extension commands: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
