-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Java extensions to latest #376
Merged
+97
−4
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9369bc7
Update Java extensions to latestSigned-off-by: Thomas Mäder <tmader@r…
tsmaeder 273faff
CI Check croaks on trailing tab
tsmaeder 0767abc
More tabs.
tsmaeder a91ae1e
Satisfying PR check restrictions
tsmaeder ecef6d6
Make last line empty
tsmaeder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: java | ||
version: 0.55.1 | ||
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: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/redhat-developer/vscode-java | ||
category: Language | ||
firstPublicationDate: "2020-02-05" | ||
spec: | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb" | ||
name: vscode-java | ||
memoryLimit: "1500Mi" | ||
volumes: | ||
- mountPath: "/home/theia/.m2" | ||
name: m2 | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix | ||
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.50.0 | ||
0.55.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: java11 | ||
version: 0.55.1 | ||
type: VS Code extension | ||
displayName: Language Support for Java 11 | ||
title: Language Support for Java(TM) by Red Hat | ||
description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more... | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/redhat-developer/vscode-java | ||
category: Language | ||
firstPublicationDate: "2020-02-05" | ||
spec: | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-java:11-f76ca45" | ||
name: vscode-java | ||
memoryLimit: "1500Mi" | ||
volumes: | ||
- mountPath: "/home/theia/.m2" | ||
name: m2 | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix | ||
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.50.0 | ||
0.55.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: java8 | ||
version: 0.55.1 | ||
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: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/redhat-developer/vscode-java | ||
category: Language | ||
firstPublicationDate: "2020-02-05" | ||
spec: | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb" | ||
name: vscode-java | ||
memoryLimit: "1500Mi" | ||
volumes: | ||
- mountPath: "/home/theia/.m2" | ||
name: m2 | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix | ||
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix | ||
|
||
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.50.0 | ||
0.55.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: quarkus-java8 | ||
version: 1.2.0a | ||
type: VS Code extension | ||
displayName: Quarkus Tools with Java 8 | ||
title: Quarkus Tools by Red Hat | ||
description: This plug-in provides support for Quarkus development via a Quarkus language server, Java jdt.ls and Java Debugger. | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/redhat-developer/vscode-quarkus | ||
category: Language | ||
firstPublicationDate: "2020-02-06" | ||
spec: | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb" | ||
name: vscode-quarkus | ||
memoryLimit: "1500Mi" | ||
volumes: | ||
- mountPath: "/home/theia/.m2" | ||
name: m2 | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-java-debug/vscode-java-debug-0.24.0.vsix | ||
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.55.1-1984.vsix | ||
- https://download.jboss.org/jbosstools/vscode/stable/vscode-quarkus/vscode-quarkus-1.2.0-186.vsix |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.0 | ||
1.2.0a |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a trailing newline in case some of the build scripts expect it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requiring an empty newline at the end of the file is so stupid it makes me want to scream. But yeah, fair point: I'll bow to the great machine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://i.redd.it/zibdmw9m66141.jpg You're not the only one annoyed by syntactic whitespace :)