Created
June 15, 2021 12:52
-
-
Save svor/22745dbb6c71f910c44be3ccae5b2188 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: java8 | |
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-06-17' | |
latestUpdateDate: '2021-06-11' | |
spec: | |
containers: | |
- image: 'registry.redhat.io/codeready-workspaces/plugin-java8-rhel8@sha256:bb8ec9c4964e39b335be589f027c4b5ec866fe5f742c7181473e70fff717655d' # tag: registry.redhat.io/codeready-workspaces/plugin-java8-rhel8:2.9 | |
name: vscode-java | |
volumes: | |
- name: m2 | |
mountPath: /home/jboss/.m2 | |
memoryLimit: 1500Mi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
args: | |
- sh | |
- -c | |
- ${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE} | |
env: | |
- name: CHE_THEIA_SIDECAR_PREFERENCES | |
value: '{"java.server.launchMode":"Standard"}' | |
extensions: | |
- 'relative:extension/resources/download_jboss_org/jbosstools/static/jdt_ls/stable/java-0.63.0-2222.vsix' | |
- 'relative:extension/resources/download_jboss_org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.26.0.vsix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment