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 0437c84  Provide blogpost for VS Code Language support for Camel 0.1.5 
(#785)
0437c84 is described below

commit 0437c84708e9ea7d716ed6bdca9f74b354a6b069
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Feb 14 10:37:38 2022 +0100

    Provide blogpost for VS Code Language support for Camel 0.1.5 (#785)
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../hintConnectedModeVSCode.gif                    | Bin 0 -> 48863 bytes
 .../vscode-camel-language-0.1.5-release/index.md   |  33 +++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git 
a/content/blog/2022/02/vscode-camel-language-0.1.5-release/hintConnectedModeVSCode.gif
 
b/content/blog/2022/02/vscode-camel-language-0.1.5-release/hintConnectedModeVSCode.gif
new file mode 100644
index 0000000..1de52bb
Binary files /dev/null and 
b/content/blog/2022/02/vscode-camel-language-0.1.5-release/hintConnectedModeVSCode.gif
 differ
diff --git a/content/blog/2022/02/vscode-camel-language-0.1.5-release/index.md 
b/content/blog/2022/02/vscode-camel-language-0.1.5-release/index.md
new file mode 100644
index 0000000..1e60aad
--- /dev/null
+++ b/content/blog/2022/02/vscode-camel-language-0.1.5-release/index.md
@@ -0,0 +1,33 @@
+---
+title: "VS Code Language support for Camel release 0.1.5"
+date: 2022-02-14
+authors: [apupier]
+categories: ["Releases", "Tooling"]
+preview: "VS Code Language support for Camel release 0.1.5"
+---
+
+A new release of [VS Code Language support for 
Camel](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel)
 is available! This is the version 0.1.5. It comes with improvement in 
`connected mode` and several Camel versions upgrades.
+
+# Connected mode hint
+
+For components which proposes `connected mode`, there is now a little hint on 
hover to help user to know that more completion is available with a configured 
connection to an instance.
+
+![Hint on hover on an Camel URI using Kafka 
component](./hintConnectedModeVSCode.gif)
+
+For reminder, the components leveraging this kind of feature are `kafka`, 
`knative` and `kubernetes-*`. See [release 0.1.0 
announcement](/blog/2021/10/vscode-camel-language-support-release-0.1.0/#connected-mode-for-completion-of-knative-and-kubernetes-components)
 and [release 0.0.32 
announcement](/blog/2021/05/vscode-camel-release/#connected-mode-for-kafka-topic-completion).
+
+# Version upgrades
+
+Default Camel Catalog version is updated from 3.14.0 to 3.15.0.
+
+Camel Quarkus Catalog is updated from 2.5.0 to 2.7.0
+
+Kamelet Catalog is updated from 0.5.0 to 0.7.0.
+
+# What's next
+
+Submit your enhancement requests!
+
+In lights of recent `connected mode` improvements, we are especially interest 
in suggestion for specific components and attributes for which being connected 
to a running instance of the target environment would really help to provide 
completion or validation.
+
+They can be submitted in [Language Server for Camel GitHub 
tracker](https://github.com/camel-tooling/camel-language-server/issues) or [Red 
Hat Jira](https://issues.redhat.com/projects/FUSETOOLS2/issues).

Reply via email to