Skip to content

Commit ea4edab

Browse files
committed
updated supported ides table
1 parent ad3a23a commit ea4edab

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

modules/end-user-guide/partials/ref_parameters-for-che-editor-yaml.adoc

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,38 @@
44
The simplest way to select an IDE in the `che-editor.yaml` is to specify the `id` of an IDE from the table of supported IDEs:
55

66
.Supported IDEs
7-
[cols="1,1a,1a"]
7+
8+
[cols="1,1a,1a,1a"]
89
|===
9-
| IDE | `id` | Note
10+
| IDE | Status | `id` | Note
11+
12+
| link:https://github.com/che-incubator/che-code[Microsoft Visual Studio Code - Open Source]
13+
| Available
14+
|
15+
* `che-incubator/che-code/latest`
16+
* `che-incubator/che-code/insiders`
17+
|
18+
* `latest` is the default IDE that loads in a new workspace when the URL parameter or `che-editor.yaml` is not used.
19+
* `insiders` is the development version.
20+
21+
| link:https://github.com/che-incubator/jetbrains-editor-images[JetBrains IntelliJ IDEA Community Edition]
22+
| Deprecated
23+
|
24+
* `che-incubator/che-idea/latest`
25+
* `che-incubator/che-idea/next`
26+
|
27+
* `latest` is the stable version.
28+
* `next` is the development version.
1029

11-
include::example$snip_{project-context}-table-of-supported-editors.adoc[]
30+
| link:https://github.com/redhat-developer/devspaces-gateway-plugin/[JetBrains IntelliJ IDEA Ultimate Edition
31+
(over JetBrains Gateway)]
32+
| Technology Preview
33+
|
34+
* `che-incubator/che-idea-server/latest`
35+
* `che-incubator/che-idea-server/next`
36+
|
37+
* `latest` is the stable version.
38+
* `next` is the development version.
1239

1340
|===
1441

0 commit comments

Comments
 (0)