This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 37a86c50 Blogpost for VS Code Debug Adapter 0.7.0 release
37a86c50 is described below
commit 37a86c50ca3f96cd23552de80526d3e3400e5ad3
Author: Dominik Jelinek <[email protected]>
AuthorDate: Mon Jun 5 16:20:25 2023 +0200
Blogpost for VS Code Debug Adapter 0.7.0 release
Signed-off-by: Dominik Jelinek <[email protected]>
---
.../camelRouteHotReload.gif | Bin 0 -> 2588591 bytes
.../2023/06/debug-adapter-0.7.0-release/index.md | 49 +++++++++++++++++++++
.../jbangRunCodelens.png | Bin 0 -> 150408 bytes
.../jbangRunContextMenu.png | Bin 0 -> 126667 bytes
.../jbangVersionSettings.png | Bin 0 -> 57885 bytes
5 files changed, 49 insertions(+)
diff --git
a/content/blog/2023/06/debug-adapter-0.7.0-release/camelRouteHotReload.gif
b/content/blog/2023/06/debug-adapter-0.7.0-release/camelRouteHotReload.gif
new file mode 100644
index 00000000..3eec16cc
Binary files /dev/null and
b/content/blog/2023/06/debug-adapter-0.7.0-release/camelRouteHotReload.gif
differ
diff --git a/content/blog/2023/06/debug-adapter-0.7.0-release/index.md
b/content/blog/2023/06/debug-adapter-0.7.0-release/index.md
new file mode 100644
index 00000000..681f74b1
--- /dev/null
+++ b/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](/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
+
+Beginning this release, there is new setting available for Apache Camel JBang
version, which is used by extension commands:
+
+- `Run Camel Application with JBang`
+- `Run Camel Application with JBang and Debug`
+
+
+
+# What's next
+
+You can submit bugs, enhancement requests on the [GitHub
Issues](https://github.com/camel-tooling/camel-dap-client-vscode/issues) or in
the [Red Hat Jira](https://issues.redhat.com/browse/FUSETOOLS2).
diff --git
a/content/blog/2023/06/debug-adapter-0.7.0-release/jbangRunCodelens.png
b/content/blog/2023/06/debug-adapter-0.7.0-release/jbangRunCodelens.png
new file mode 100644
index 00000000..5bd77fea
Binary files /dev/null and
b/content/blog/2023/06/debug-adapter-0.7.0-release/jbangRunCodelens.png differ
diff --git
a/content/blog/2023/06/debug-adapter-0.7.0-release/jbangRunContextMenu.png
b/content/blog/2023/06/debug-adapter-0.7.0-release/jbangRunContextMenu.png
new file mode 100644
index 00000000..2efa4277
Binary files /dev/null and
b/content/blog/2023/06/debug-adapter-0.7.0-release/jbangRunContextMenu.png
differ
diff --git
a/content/blog/2023/06/debug-adapter-0.7.0-release/jbangVersionSettings.png
b/content/blog/2023/06/debug-adapter-0.7.0-release/jbangVersionSettings.png
new file mode 100644
index 00000000..96cca46c
Binary files /dev/null and
b/content/blog/2023/06/debug-adapter-0.7.0-release/jbangVersionSettings.png
differ