Last active
May 12, 2021 11:59
-
-
Save svor/58490c28fd6a8a2acdb85492f824b7a0 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: /v3/images/redhat-java-icon.png | |
category: Programming Languages | |
repository: 'https://github.com/redhat-developer/vscode-java' | |
firstPublicationDate: '2021-02-11' | |
latestUpdateDate: '2021-04-22' | |
spec: | |
containers: | |
- image: 'vsvydenko/java:home' | |
name: vscode-java | |
volumes: | |
- name: m2 | |
mountPath: /home/jboss/.m2 | |
memoryLimit: 1500Mi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
env: | |
- name: CHE_THEIA_SIDECAR_PREFERENCES | |
value: '{"java.server.launchMode":"Standard"}' | |
extensions: | |
- 'https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.75.0-60.vsix' | |
- 'https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.26.0.vsix' | |
- 'https://open-vsx.org/api/vscjava/vscode-java-test/0.28.1/file/vscjava.vscode-java-test-0.28.1.vsix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment