forked from eclipse-che/che-plugin-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Camel VS Code Extension with v3 metamodel eclipse-che#109
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: v2 | ||
publisher: camel-tooling | ||
name: vscode-apache-camel | ||
version: 0.0.14 | ||
type: VS Code extension | ||
displayName: Language Support for Apache Camel | ||
title: Language Support for Apache Camel | ||
description: This VS Code extension provides support for Apache Camel. | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/camel-tooling/camel-lsp-client-vscode | ||
category: Language | ||
firstPublicationDate: "2018-04-23" | ||
spec: | ||
containers: | ||
- image: "eclipse/che-remote-plugin-runner-java8:next" | ||
extensions: | ||
- https://github.com/camel-tooling/camel-lsp-client-vscode/releases/download/0.0.14/camel-tooling.vscode-apache-camel-0.0.14.vsix |