Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Deprecation notice #1912

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">
<img width="125" height="125" src="https://raw.githubusercontent.com/camel-tooling/vscode-camelk/main/icons/icon128.png">
<br>
Tooling for Apache Camel K
[Deprecated] Tooling for Apache Camel K
</h1>

<p align="center">
Expand All @@ -11,6 +11,12 @@
<a href="https://camel.zulipchat.com/#narrow/stream/258729-camel-tooling"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen?color=yellow&style=for-the-badge" alt="Zulip"/></a>
</p><br/>

> [!IMPORTANT]
> Deprecation Notice:
>
> This VS Code extension is now deprecated. Several features of Camel K are now in Camel core. The corresponding tooling support will be migrated in various extension of the [VS Code Extension pack for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.apache-camel-extension-pack).


<h2 align="center">VS Code support for Apache Camel K functionality</h2>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-camelk",
"displayName": "Tooling for Apache Camel K by Red Hat",
"description": "VS Code support for Apache Camel K functionality",
"displayName": "[Deprecated] Tooling for Apache Camel K by Red Hat",
"description": "[Deprecated] VS Code support for Apache Camel K functionality",
"license": "Apache-2.0",
"version": "0.0.42",
"publisher": "redhat",
Expand Down
Loading