Last active
June 24, 2021 13:52
-
-
Save svor/d595235aa00e98e4bb2aafe38476db79 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
apiVersion: v2 | |
publisher: redhat | |
name: vscode-apache-camel | |
version: latest | |
type: VS Code extension | |
displayName: Language Support for Apache Camel by Red Hat | |
title: Language Support for Apache Camel by Red Hat | |
description: Provides completion and documentation features for Apache Camel URI elements in XML DSL. | |
icon: /images/redhat-vscode-apache-camel-icon.png | |
category: Programming Languages | |
repository: 'https://github.com/camel-tooling/camel-lsp-client-vscode.git' | |
firstPublicationDate: '2021-04-29' | |
latestUpdateDate: '2021-06-17' | |
spec: | |
containers: | |
- image: 'registry.redhat.io/codeready-workspaces/plugin-java11-rhel8@sha256:e86be19ea5c4868f68188a46cec3f4131c1a18400f6800b27d5da92c95c2418b' # tag: registry.redhat.io/codeready-workspaces/plugin-java11-rhel8:2.9 | |
name: vscode-apache-camel | |
memoryLimit: 768Mi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
args: | |
- sh | |
- '-c' | |
- '${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE}' | |
extensions: | |
- https://download.jboss.org/jbosstools/vscode/stable/vscode-apache-camel/vscode-apache-camel-0.0.31-143.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment