Skip to content

Commit

Permalink
Add a plugin with quarkus tools based on java8
Browse files Browse the repository at this point in the history
Signed-off-by: svor <vsvydenk@redhat.com>
  • Loading branch information
svor committed Dec 20, 2019
1 parent fe5a5f9 commit 58b4f88
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions v3/plugins/redhat/quarkus/1.2.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: v2
publisher: redhat
name: quarkus
version: 1.2.0
type: VS Code extension
displayName: Quarkus Tools
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: "2019-11-25"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:next"
name: vscode-quarkus
memoryLimit: "1500Mi"
volumes:
- mountPath: "/home/theia/.m2"
name: m2
extensions:
- https://github.com/microsoft/vscode-java-debug/releases/download/0.23.0/vscode-java-debug-0.23.0.vsix
- https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix
- https://download.jboss.org/jbosstools/vscode/stable/vscode-quarkus/vscode-quarkus-1.2.0-186.vsix
1 change: 1 addition & 0 deletions v3/plugins/redhat/quarkus/latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.0

0 comments on commit 58b4f88

Please sign in to comment.