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

[GitHub] [camel-website] djelinek opened a new pull request, #992: Blogpost for VS Code Debug Adapter 0.6.0 release

djelinek opened a new pull request, #992:
URL: https://github.com/apache/camel-website/pull/992

   new release of vscode extension for Debug Adapter for Apache Camel 0.6.0 is already published - https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel
   
   there are a few changes which deserves to be mentioned
   
   cc @apupier 


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


[GitHub] [camel-website] github-actions[bot] commented on pull request #992: Blogpost for VS Code Debug Adapter 0.6.0 release

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #992:
URL: https://github.com/apache/camel-website/pull/992#issuecomment-1527564461

   🚀 Preview is available at https://pr-992--camel.netlify.app


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


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

Posted by "apupier (via GitHub)" <gi...@apache.org>.
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


[GitHub] [camel-website] oscerd merged pull request #992: Blogpost for VS Code Debug Adapter 0.6.0 release

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd merged PR #992:
URL: https://github.com/apache/camel-website/pull/992


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


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

Posted by "djelinek (via GitHub)" <gi...@apache.org>.
djelinek commented on PR #992:
URL: https://github.com/apache/camel-website/pull/992#issuecomment-1520036897

   Thank you for your feedback @apupier . I have fixed all of the mentioned above.
   
   Moving PR to Ready for Review.


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


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

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #992:
URL: https://github.com/apache/camel-website/pull/992#issuecomment-1527472140

   Let's have a green build and I'll merge.


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


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

Posted by "apupier (via GitHub)" <gi...@apache.org>.
apupier commented on PR #992:
URL: https://github.com/apache/camel-website/pull/992#issuecomment-1527467497

   Do you have an idea when this PR can be reviewed (and hopefully merged)?
   
   cc the usual suspects on this repository handling the review and merge process @oscerd @davsclaus 


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