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.
WIP VS Code AtlasMap extension eclipse-che/che#13922
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
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,27 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: vscode-atlasmap | ||
version: 0.0.5 | ||
type: VS Code extension | ||
displayName: AtlasMap Data Transformation editor by Red Hat | ||
title: AtlasMap Data Transformation editor by Red Hat | ||
description: Opens a webview for AtlasMap Data Transformation editor | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/jboss-fuse/vscode-atlasmap | ||
category: Language | ||
firstPublicationDate: '2020-02-26' | ||
spec: | ||
endpoints: | ||
- name: "atlasmap-endpoint" | ||
public: true | ||
targetPort: 8585 | ||
attributes: | ||
protocol: http | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-java:11-f76ca45" | ||
name: vscode-atlasmap | ||
memoryLimit: "512Mi" | ||
ports: | ||
- exposedPort: 8585 | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/snapshots/vscode-atlasmap/vscode-atlasmap-0.0.5-126.vsix |
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 @@ | ||
0.0.5 |