We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41650ff commit 48693aaCopy full SHA for 48693aa
samples/idea-latest.yaml
@@ -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