You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "apupier (via GitHub)" <gi...@apache.org> on 2023/06/05 14:24:49 UTC

[GitHub] [camel-website] apupier commented on a diff in pull request #1009: Blogpost for VS Code Debug Adapter 0.7.0 release

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.
+
+![New contextual menu item for Run Camel Application with JBang](./jbangRunContextMenu.png)
+
+## Codelens
+
+Added missing Codelens item, to allow users execute `Camel Run with JBang` from codelenses inside opened integration file.
+
+![New codelens item for Camel Run with JBang](./jbangRunCodelens.png)
+
+## 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.
+
+![Run Camel Application with JBang using automatic reaload](./camelRouteHotReload.gif)
+
+## 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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org