diff --git a/devfiles/0.11.0/devfile_nolsp.yaml b/devfiles/0.11.0/devfile_nolsp.yaml new file mode 100644 index 0000000..4ecc784 --- /dev/null +++ b/devfiles/0.11.0/devfile_nolsp.yaml @@ -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 \ No newline at end of file