Skip to content

Commit 48693aa

Browse files
vitaliy-guliyamisevsk
authored andcommitted
chore: introduce a sample for che-idea editor
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
1 parent 41650ff commit 48693aa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

samples/idea-latest.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
kind: DevWorkspace
2+
apiVersion: workspace.devfile.io/v1alpha2
3+
metadata:
4+
name: idea-latest
5+
spec:
6+
started: true
7+
template:
8+
projects:
9+
- name: python-hello-world
10+
git:
11+
remotes:
12+
origin: "https://github.com/che-samples/python-hello-world.git"
13+
components:
14+
- name: dev
15+
container:
16+
image: quay.io/devfile/universal-developer-image:latest
17+
contributions:
18+
- name: che-idea
19+
uri: https://eclipse-che.github.io/che-plugin-registry/main/v3/plugins/che-incubator/che-idea/latest/devfile.yaml

0 commit comments

Comments
 (0)