Skip to content

Instantly share code, notes, and snippets.

@benoitf
Last active July 24, 2020 09:37
Show Gist options
  • Save benoitf/85c60c8c439177ac50141d527729b9d9 to your computer and use it in GitHub Desktop.
Save benoitf/85c60c8c439177ac50141d527729b9d9 to your computer and use it in GitHub Desktop.
Bracket Pair Colorizer

Try Bracket Pair Colorizer in Eclipse Che

---
apiVersion: 1.0.0
metadata:
generateName: java-maven-
projects:
-
name: console-java-simple
source:
type: git
location: "https://github.com/che-samples/console-java-simple.git"
branch: java1.11
components:
-
type: chePlugin
id: redhat/java11/latest
-
type: chePlugin
reference: "https://gist.github.com/benoitf/85c60c8c439177ac50141d527729b9d9/raw/plugin.yaml"
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java11-maven:nightly
memoryLimit: 512Mi
mountSources: true
volumes:
- name: m2
containerPath: /home/user/.m2
commands:
-
name: maven build
actions:
-
type: exec
component: maven
command: "mvn clean install"
workdir: ${CHE_PROJECTS_ROOT}/console-java-simple
-
name: maven build and run
actions:
-
type: exec
component: maven
command: "mvn clean install && java -jar ./target/*.jar"
workdir: ${CHE_PROJECTS_ROOT}/console-java-simple
apiVersion: v2
publisher: CoenraadS
name: bracket-pair-colorizer
version: 1.0.61
type: VS Code extension
displayName: Bracket Pair Colorizer
title: Bracket Pair Colorizer
description: Bracket Pair Colorizer
icon: https://raw.githubusercontent.com/redhat-developer/codeready-workspaces/master/dependencies/che-plugin-registry/resources/images/default.svg?sanitize=true
repository: https://github.com/CoenraadS/BracketPair
category: Language
firstPublicationDate: '2020-07-30'
spec:
extensions:
- "https://gist.github.com/benoitf/85c60c8c439177ac50141d527729b9d9/raw/CoenraadS.bracket-pair-colorizer-1.0.61.vsix"
latestUpdateDate: "2020-07-30"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment