This is an automated email from the ASF dual-hosted git repository. davsclaus 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 6897b58a Fix link syntax (#841) 6897b58a is described below commit 6897b58a38b149cfc4e914b862eac0b7501fd1ff Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue May 10 11:25:39 2022 +0200 Fix link syntax (#841) --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2022/05/start-camel-quarkus-application-with-camel-textual-debug-in-vscode/index.md b/content/blog/2022/05/start-camel-quarkus-application-with-camel-textual-debug-in-vscode/index.md index 14e05dd2..29197d4b 100644 --- a/content/blog/2022/05/start-camel-quarkus-application-with-camel-textual-debug-in-vscode/index.md +++ b/content/blog/2022/05/start-camel-quarkus-application-with-camel-textual-debug-in-vscode/index.md @@ -123,8 +123,8 @@ I created a short video to see all of that in action [here](https://youtu.be/owN Several potentially interesting next steps: - Provide completion to create the task launching with `quarkus:dev` [FUSETOOLS2-1623](https://issues.redhat.com/browse/FUSETOOLS2-1623) -- Quarkify `camel-debug` [apache/camel-quarkus#3775]https://github.com/apache/camel-quarkus/issues/3775) -- Enhance `quarkus:dev` to preconfigure application with `camel-debug` [apache/camel-quarkus#3775]https://github.com/apache/camel-quarkus/issues/3775) +- Quarkify `camel-debug` [apache/camel-quarkus#3775](https://github.com/apache/camel-quarkus/issues/3775) +- Enhance `quarkus:dev` to preconfigure application with `camel-debug` [apache/camel-quarkus#3775](https://github.com/apache/camel-quarkus/issues/3775) - Support automatic redeploy [FUSETOOLS2-1624](https://issues.redhat.com/browse/FUSETOOLS2-1624) You can submit your enhancement requests on the [VS Code client for Debug Adapter for Camel](https://github.com/camel-tooling/camel-dap-client-vscode/issues) or in the [Red Hat Jira](https://issues.redhat.com/browse/FUSETOOLS2).