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/04/24 09:10:34 UTC

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

apupier commented on code in PR #992:
URL: https://github.com/apache/camel-website/pull/992#discussion_r1168238892


##########
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-05
+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
+
+  ![TODO](./camelCategory.png)
+
+- Camel commands are available only in case there is valid Camel file opened in editor

Review Comment:
   ```suggestion
   - Camel commands are available only in case there is a valid Camel file opened in editor
   ```



##########
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-05
+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
+
+  ![TODO](./camelCategory.png)

Review Comment:
   do not forget to provide the alt text



##########
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-05
+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
+
+  ![TODO](./camelCategory.png)
+
+- Camel commands are available only in case there is 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 vscode command `Camel: Run Camel Application with JBang`. It allows to user run Camel integration without attaching the Camel debugger.
+
+![TODO](./camelRunWithJBang.gif)
+
+## 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 text editor. Actions are available only in case there is valid `*.camel.yaml` file opened in editor.
+
+![TODO](./editorActions.png)

Review Comment:
   do nto forget about the alt text



##########
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-05

Review Comment:
   do no forget to update the date



##########
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-05
+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
+
+  ![TODO](./camelCategory.png)
+
+- Camel commands are available only in case there is 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 vscode command `Camel: Run Camel Application with JBang`. It allows to user run Camel integration without attaching the Camel debugger.
+
+![TODO](./camelRunWithJBang.gif)
+
+## 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 text editor. Actions are available only in case there is valid `*.camel.yaml` file opened in editor.

Review Comment:
   ```suggestion
   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.
   ```



##########
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-05
+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
+
+  ![TODO](./camelCategory.png)
+
+- Camel commands are available only in case there is 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 vscode command `Camel: Run Camel Application with JBang`. It allows to user run Camel integration without attaching the Camel debugger.

Review Comment:
   ```suggestion
   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.
   ```



##########
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-05
+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
+
+  ![TODO](./camelCategory.png)
+
+- Camel commands are available only in case there is 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 vscode command `Camel: Run Camel Application with JBang`. It allows to user run Camel integration without attaching the Camel debugger.
+
+![TODO](./camelRunWithJBang.gif)

Review Comment:
   do not forget about the alt text



-- 
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