Last active
April 9, 2021 08:09
-
-
Save svor/1d55467893f135dab3d58c1a6b29a9c0 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: 0.63.0 | |
type: VS Code extension | |
displayName: Language Support for Java 8 | |
title: Language Support for Java(TM) by Red Hat | |
description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support | |
and more... | |
icon: /v3/images/redhat-java-icon.png | |
repository: https://github.com/redhat-developer/vscode-java | |
category: Language | |
firstPublicationDate: "2020-07-22" | |
spec: | |
containers: | |
- image: "registry.redhat.io/codeready-workspaces/plugin-java8-rhel8@sha256:52fd8a715f1b61645c0162b73ae7bb32af4034126bd1de9930fc6cb7642a6b07" | |
name: vscode-java | |
memoryLimit: 1500Mi | |
cpuLimit: 500m | |
cpuRequest: 30m | |
args: | |
- sh | |
- -c | |
- ${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE} | |
volumes: | |
- mountPath: "/home/jboss/.m2/repository" | |
name: m2 | |
extensions: | |
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.26.0.vsix | |
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.63.0-2222.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment