This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new a5df863 VS Code Language Support 0.0.31 announcement (#551) a5df863 is described below commit a5df8638e46dd129b1665302e1af52b3cc28e29b Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue Mar 2 13:57:12 2021 +0100 VS Code Language Support 0.0.31 announcement (#551) Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../2021/03/VSCode-LanguageSupport-0.0.31/index.md | 32 +++++++++++++++++++++ .../settingsToDeclareRuntimeProvider.png | Bin 0 -> 121896 bytes 2 files changed, 32 insertions(+) diff --git a/content/blog/2021/03/VSCode-LanguageSupport-0.0.31/index.md b/content/blog/2021/03/VSCode-LanguageSupport-0.0.31/index.md new file mode 100644 index 0000000..d5ed7b2 --- /dev/null +++ b/content/blog/2021/03/VSCode-LanguageSupport-0.0.31/index.md @@ -0,0 +1,32 @@ +--- +title: "New release of VS Code Language Support for Apache Camel 0.0.31" +date: 2021-03-02 +authors: [apupier] +categories: ["Releases","Tooling"] +preview: "New release of VS Code Language Support for Apache Camel 0.0.31: catalog updates and catalog runtime provider selection setting" +--- + +A new release of [VS Code Language Support for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel) 0.0.31 is available. It includes upgrade of Camel catalogs and catalog runtime provider selection setting. + +# Camel Catalogs upgrades + +The default Camel catalog has been upgraded from 3.7.0 to 3.8.0. + +The Camel Kafka Connector catalog has been upgraded from 0.7.0 to 0.8.0. + +The Camel Quarkus catalog is provided with version 1.7.0. + +# Runtime provider setting + +Depending on the runtime used, the Camel components can have subtle differences, or even not be compatible. To have these differences reflected, you can use a specific Catalog runtime provider. + +It can be set in *File* -> *Preferences* -> *Settings* , then *Extensions* -> *Apache Camel Tooling* -> *Camel catalog runtime provider*. + + + +# What's next? + +Provide your feedback and ideas! +You can start discussions on [Zulip camel-tooling channel](https://camel.zulipchat.com/#narrow/stream/258729-camel-tooling). +You can create and vote for issues on github [Camel Language Server](https://github.com/camel-tooling/camel-language-server/issues) and [VS Code Language support for Apache Camel](https://github.com/camel-tooling/camel-lsp-client-vscode/issues) repositories. +You can create and vote for issues on the [jira](https://issues.redhat.com/browse/FUSETOOLS2) used by the Red Hat Integration tooling team. diff --git a/content/blog/2021/03/VSCode-LanguageSupport-0.0.31/settingsToDeclareRuntimeProvider.png b/content/blog/2021/03/VSCode-LanguageSupport-0.0.31/settingsToDeclareRuntimeProvider.png new file mode 100644 index 0000000..d8cd8db Binary files /dev/null and b/content/blog/2021/03/VSCode-LanguageSupport-0.0.31/settingsToDeclareRuntimeProvider.png differ