djelinek commented on code in PR #1010:
URL: https://github.com/apache/camel-website/pull/1010#discussion_r1219311703


##########
content/blog/2023/06/language-support-0.8.0-release/index.md:
##########
@@ -0,0 +1,44 @@
+---
+title: "New release of VS Code Language Support for Camel 0.8.0"
+date: 2023-06-05
+authors: [djelinek]
+categories: ["Releases","Tooling"]
+preview: "New release of VS Code Language Support for Camel 0.8.0"
+---
+
+There is a new release of VS Code extension [Language support for Apache 
Camel](https://github.com/camel-tooling/camel-lsp-client-vscode/blob/0.8.0/Changelog.md#080)
 0.8.0
+
+Available at [Visual Studio 
Marketplace](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel)
 and [Open VSX 
Registry](https://open-vsx.org/extension/redhat/vscode-apache-camel).
+
+# What's changed
+
+- Minimal version of Visual Studio Code to run this extension is 1.76.0
+- Deprecate features related to Camel Kafka Connector
+- Update default Camel Catalog version from 3.20.3 to 3.20.5
+- Update default Camel JBang version from 3.20.3 to 3.20.5
+- Update Kamelet Catalog from 3.20.2 to 3.20.4
+
+# New features
+
+## Command to create a Camel route with Java DSL and XML DSL
+
+With next release there is an addition of new VS Code commands `Camel: Create 
a Camel Route using Java DSL` and `Camel: Create a Camel Route using XML DSL`. 
It allows to user create a new Camel Route file defined in Java DSL or XML DSL. 
The new `*.java` or `*.camel.xml` file is automatically created inside the 
active workspace using [Apache Camel JBang](/manual/camel-jbang.html).
+
+- Command to create a Camel route with Java DSL
+![Provide command to create a Camel route defined in Java DSL using Camel 
JBang](./camelRouteJavaDSL.gif)
+
+- Command to create a Camel route with XML DSL
+![Provide command to create a Camel route defined in XML DSL using Camel 
JBang](./camelRouteXMLDSL.gif)
+
+## Settings
+
+Beginning this release, there is a new setting available for Apache Camel 
JBang version, which is used by extension commands:
+
+- `Run Camel Application with JBang`

Review Comment:
   need tu update these bullets



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to