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 dde1dcc3 Blogpost for VS Code Debug Adapter 0.6.0 release dde1dcc3 is described below commit dde1dcc3ffea524eccd0f486bdb14bd660da78da Author: Dominik Jelinek <djeli...@redhat.com> AuthorDate: Tue Apr 11 16:11:24 2023 +0200 Blogpost for VS Code Debug Adapter 0.6.0 release Signed-off-by: Dominik Jelinek <djeli...@redhat.com> --- .../debug-adapter-0.6.0-release/camelCategory.png | Bin 0 -> 15712 bytes .../camelRunWithJBang.gif | Bin 0 -> 876648 bytes .../debug-adapter-0.6.0-release/editorActions.png | Bin 0 -> 149136 bytes .../2023/04/debug-adapter-0.6.0-release/index.md | 38 +++++++++++++++++++++ 4 files changed, 38 insertions(+) diff --git a/content/blog/2023/04/debug-adapter-0.6.0-release/camelCategory.png b/content/blog/2023/04/debug-adapter-0.6.0-release/camelCategory.png new file mode 100644 index 00000000..051441dd Binary files /dev/null and b/content/blog/2023/04/debug-adapter-0.6.0-release/camelCategory.png differ diff --git a/content/blog/2023/04/debug-adapter-0.6.0-release/camelRunWithJBang.gif b/content/blog/2023/04/debug-adapter-0.6.0-release/camelRunWithJBang.gif new file mode 100644 index 00000000..659667cd Binary files /dev/null and b/content/blog/2023/04/debug-adapter-0.6.0-release/camelRunWithJBang.gif differ diff --git a/content/blog/2023/04/debug-adapter-0.6.0-release/editorActions.png b/content/blog/2023/04/debug-adapter-0.6.0-release/editorActions.png new file mode 100644 index 00000000..42228296 Binary files /dev/null and b/content/blog/2023/04/debug-adapter-0.6.0-release/editorActions.png differ diff --git a/content/blog/2023/04/debug-adapter-0.6.0-release/index.md b/content/blog/2023/04/debug-adapter-0.6.0-release/index.md new file mode 100644 index 00000000..1cd70f22 --- /dev/null +++ b/content/blog/2023/04/debug-adapter-0.6.0-release/index.md @@ -0,0 +1,38 @@ +--- +title: "New release of VS Code Debug Adapter for Apache Camel 0.6.0" +date: 2023-04-24 +authors: [djelinek] +categories: ["Releases","Tooling"] +preview: "New release of VS Code Debug Adapter for Apache Camel 0.6.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.6.0/CHANGELOG.md#060) 0.6.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 + +- In this release there is a new label `Run Camel Application with JBang and Debug` for command to start and attach the Camel debugger. +- Currently all available extension commands are grouped under `Camel` category + +  + +- Camel commands are available only in case there is a valid Camel file opened in editor + +# New features + +## Command to run Camel file with JBang + +With next release there is an addition of a new VS Code command `Camel: Run Camel Application with JBang`. It allows the user to run Camel integration without attaching the Camel debugger. + + + +## Editor actions + +Beginning this release there is new one-click option to `Run` or `Run and Debug` the Camel files via actions in top right corner of editor. Actions are available only in case there is valid `*.camel.yaml` file opened in editor. + + + +# 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).