Last active
June 22, 2021 12:54
-
-
Save svor/aeae33b118add59120ae009e4d4e063c 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: java11 | |
version: latest | |
type: VS Code extension | |
displayName: Language Support for Java(TM) by Red Hat | |
title: Language Support for Java(TM) by Red Hat | |
description: 'Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more...' | |
icon: /images/redhat-java-icon.png | |
category: Programming Languages | |
repository: 'https://github.com/redhat-developer/vscode-java' | |
firstPublicationDate: '2020-10-14' | |
latestUpdateDate: '2021-06-17' | |
deprecate: | |
automigrate: true | |
migrateTo: redhat/java/latest | |
spec: | |
containers: | |
- image: 'registry.redhat.io/jboss-eap-7-tech-preview/eap74-openjdk11-openshift-rhel8' # tag: registry.redhat.io/codeready-workspaces/plugin-java11-rhel8:2.9 | |
name: vscode-java | |
volumes: | |
- name: m2 | |
mountPath: /home/jboss/.m2/repository | |
- name: gradle | |
mountPath: /home/jboss/.gradle | |
memoryLimit: 1500Mi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
env: | |
- name: GRADLE_HOME | |
value: /opt/gradle/ | |
- name: CHE_THEIA_SIDECAR_PREFERENCES | |
value: '{"java.server.launchMode":"Standard"}' | |
args: | |
- sh | |
- '-c' | |
- '${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE}' | |
extensions: | |
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.69.0-2547.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment