Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
feat(java-plugins): update vscode-java and vscode-java-test for all j…
Browse files Browse the repository at this point in the history
…ava11 related plugins (#890)

* feat(java-plugins): update vscode-java and vscode-java-test for all java11 related plugins

Signed-off-by: Sun Tan <sutan@redhat.com>

* fix version for java plugin

Signed-off-by: Sun Tan <sutan@redhat.com>
  • Loading branch information
sunix authored Mar 22, 2021
1 parent c7abe4e commit c52dccc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions che-theia-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ plugins:
- >-
https://download.jboss.org/jbosstools/vscode/stable/vscode-quarkus/vscode-quarkus-1.7.0-437.vsix
- >-
https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.63.0-2222.vsix
https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.75.0-60.vsix
- >-
https://download.jboss.org/jbosstools/vscode/stable/vscode-microprofile/vscode-microprofile-0.1.1-48.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.24.0/file/vscjava.vscode-java-test-0.24.0.vsix
https://open-vsx.org/api/vscjava/vscode-java-test/0.28.1/file/vscjava.vscode-java-test-0.28.1.vsix
- id: redhat/quarkus-java8
repository:
url: 'https://github.com/redhat-developer/vscode-quarkus'
Expand Down Expand Up @@ -337,7 +337,7 @@ plugins:
- id: redhat/java11
repository:
url: 'https://github.com/redhat-developer/vscode-java'
revision: v0.69.0
revision: v0.75.0
featured: true
aliases:
- redhat/java
Expand All @@ -352,11 +352,11 @@ plugins:
path: /home/theia/.m2
extensions:
- >-
https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.69.0-2547.vsix
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.24.0/file/vscjava.vscode-java-test-0.24.0.vsix
https://open-vsx.org/api/vscjava/vscode-java-test/0.28.1/file/vscjava.vscode-java-test-0.28.1.vsix
- id: redhat/java8
repository:
url: 'https://github.com/redhat-developer/vscode-java'
Expand All @@ -376,7 +376,7 @@ plugins:
- >-
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.24.0/file/vscjava.vscode-java-test-0.24.0.vsix
https://open-vsx.org/api/vscjava/vscode-java-test/0.28.1/file/vscjava.vscode-java-test-0.28.1.vsix
- repository:
url: 'https://github.com/felixfbecker/vscode-php-debug'
revision: v1.13.0
Expand Down

0 comments on commit c52dccc

Please sign in to comment.