Skip to content

Instantly share code, notes, and snippets.

View mmorhun's full-sized avatar

Mykola Morhun mmorhun

  • Red Hat
  • Ukraine
View GitHub Profile
@mmorhun
mmorhun / webview-dev.yaml
Last active December 11, 2019 15:56
webview-dev-theia
apiVersion: v2
publisher: eclipse
name: che-theia
version: next
type: Che Editor
displayName: theia-ide
title: Eclipse Theia development version.
description: Eclipse Theia, get the latest release each day.
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
category: Editor
@mmorhun
mmorhun / che-theia-devfile.yaml
Last active November 8, 2019 07:36
Devfile for developing Che Theia in Che Theia
apiVersion: 1.0.0
metadata:
name: che-theia-dev
projects:
- name: theia
source:
location: 'https://github.com/theia-ide/theia.git'
type: git
branch: master
- name: che-theia
apiVersion: 1.0.0
metadata:
name: eduke32
components:
- type: cheEditor
id: eclipse/che-theia/latest
- type: chePlugin
id: eclipse/che-machine-exec-plugin/latest
- alias: eduke32-build
type: dockerimage