Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add nolsp devfile for Kabanero (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <[email protected]>
  • Loading branch information
johnmcollier authored Apr 20, 2020
1 parent 36b3754 commit b87ff9c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions devfiles/0.11.0/devfile_nolsp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
################################################################################
# Copyright (c) 2020 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM Corporation - initial API and implementation
################################################################################

---
apiVersion: 1.0.0
metadata:
generateName: codewind-che
components:
- alias: theia-ide
type: cheEditor
id: eclipse/che-theia/latest
memoryLimit: 1024Mi
env:
- name: INSECURE_KEYRING
value: "true"
- alias: codewind-sidecar
type: chePlugin
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-sidecar/0.11.0/meta.yaml
- alias: codewind-theia
type: chePlugin
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-theia/0.11.0/meta.yaml

0 comments on commit b87ff9c

Please sign in to comment.