apupier commented on code in PR #873: URL: https://github.com/apache/camel-website/pull/873#discussion_r926716601
########## content/blog/2022/07/vscode-camel-language-support-0.4.0-release/index.md: ########## @@ -0,0 +1,32 @@ +--- +title: "Released version 0.4.0 of VSCode Language Support for Apache Camel" +date: 2022-07-21 +authors: [joshiraez] +categories: ["Tooling", "Releases"] +preview: "Released version 0.4.0 of VSCode Language Support for Apache Camel. New completion to add Camel K modeline, updates on the default catalogs and support for the productized version." +--- + +# Release 0.4.0 + +This new release adds a new completion to add Camel K modeline to new files. +It also brings updates on the default Camel catalogs and brings support for the productized classic Camel catalog. + +# Insert Camel K Modeline completion + +This completion allows you to add Camel K Modeline at the beginning of your Camel files. + + + +# Catalog upgrades + +This new release contains the following upgrades: + +* Camel Quarkus Catalog from 2.7.0 to 2.8.0 +* Default Camel Catalog version from 3.15.0 to 3.16.0 +* Kamelet Catalog from 0.7.1 to 0.8.0 Review Comment: fo rthe version you picked from the 0.3.0 release and nto the 0.4.0 https://github.com/camel-tooling/camel-lsp-client-vscode/blob/main/Changelog.md#040 -- 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]
