See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
apiVersion: 1.0.0 | |
metadata: | |
name: workspace | |
components: | |
- | |
alias: theia-editor | |
reference: >- | |
https://gist.githubusercontent.com/vzhukovskii/6ff15c397269db41448194ef7e71183c/raw/79d5d780812da6ac07a250c61b4892b1fd9e0755/meta.yaml | |
type: cheEditor |
# A devfile to setup theia project. | |
# For developers who work on Theia core. | |
apiVersion: 1.0.0 | |
metadata: | |
name: theia-dev | |
projects: | |
- name: theia | |
source: | |
type: git |
None at this time.
apiVersion: 1.0.0 | |
metadata: | |
name: che-dev-workspace | |
projects: | |
- name: che-theia | |
source: | |
type: git | |
location: 'https://github.com/eclipse/che-theia.git' | |
components: | |
- |
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 |
# A devfile to setup che-theia projects. | |
# For developers who work on Theia core or che-theia core extensions and plugins. | |
apiVersion: 1.0.0 | |
metadata: | |
name: che-theia-all | |
projects: | |
- name: che-theia |
# A devfile to setup che-theia projects. | |
# For developers who work on Theia core or che-theia core extensions and plugins. | |
apiVersion: 1.0.0 | |
metadata: | |
name: cheTheia-test | |
components: | |
- type: cheEditor |
root INFO Theia app listening on http://0.0.0.0,0.0.0.0:3130. | |
root INFO unzipping the plugin ProxyPluginDeployerEntry { | |
deployer: | |
PluginTheiaFileHandler { unpackedFolder: '/tmp/theia-unpacked' }, | |
delegate: | |
PluginDeployerEntryImpl { | |
originId: 'local-dir:///default-theia-plugins', | |
pluginId: 'eclipse_che_ports_plugin.theia', | |
map: Map {}, | |
changes: [], |
# A devfile to setup che-theia projects. | |
# For developers who work on Theia core or che-theia core extensions and plugins. | |
apiVersion: 1.0.0 | |
metadata: | |
name: cheTheia-in-che | |
projects: | |
- name: che-theia |