Skip to content

Commit 62ced6e

Browse files
authored
fix: updated supported IDEs table (#2875)
* updated supported ides table * updated supported ides table * updated supported ides table
1 parent d984a87 commit 62ced6e

File tree

4 files changed

+92
-37
lines changed

4 files changed

+92
-37
lines changed

modules/end-user-guide/examples/snip_che-table-of-supported-editors.adoc

Lines changed: 0 additions & 25 deletions
This file was deleted.

modules/end-user-guide/pages/ides-in-workspaces.adoc

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,44 @@ The default IDE in a new workspace is Microsoft Visual Studio Code - Open Source
1313

1414
.Supported IDEs
1515

16-
[cols="1,1a,1a"]
16+
[cols="1,1a,1a,1a"]
1717
|===
18-
| IDE | `id` | Note
19-
20-
include::example$snip_{project-context}-table-of-supported-editors.adoc[]
18+
| IDE | Status | `id` | Note
19+
20+
| link:https://github.com/che-incubator/che-code[Microsoft Visual Studio Code - Open Source]
21+
| Available
22+
|
23+
* `che-incubator/che-code/latest`
24+
* `che-incubator/che-code/insiders`
25+
|
26+
* `latest` is the default IDE that loads in a new workspace when the URL parameter or `che-editor.yaml` is not used.
27+
* `insiders` is the development version.
28+
29+
| link:https://github.com/che-incubator/jetbrains-editor-images[JetBrains IntelliJ IDEA Community Edition]
30+
| Deprecated
31+
|
32+
* `che-incubator/che-idea/latest`
33+
* `che-incubator/che-idea/next`
34+
|
35+
* `latest` is the stable version.
36+
* `next` is the development version.
37+
38+
| link:https://github.com/redhat-developer/devspaces-gateway-plugin/[JetBrains IntelliJ IDEA Ultimate Edition
39+
(over JetBrains Gateway)]
40+
| Technology Preview
41+
|
42+
* `che-incubator/che-idea-server/latest`
43+
* `che-incubator/che-idea-server/next`
44+
|
45+
* `latest` is the stable version.
46+
* `next` is the development version.
2147

2248
|===
2349

2450
== Repository-level IDE configuration in {prod-short}
2551

2652
You can store IDE configuration files directly in the remote Git repository that contains your project source code. This way, one common IDE configuration is applied to all new workspaces that feature a clone of that repository. Such IDE configuration files might include the following:
2753

28-
* xref:defining-a-common-ide.adoc[The `/.che/che-editor.yaml` file] that stores a definition of the chosen IDE.
54+
* xref:defining-a-common-ide.adoc[The /.che/che-editor.yaml file] that stores a definition of the chosen IDE.
2955

30-
* IDE-specific configuration files that one would typically store locally for a desktop IDE. For example, xref:microsoft-visual-studio-code-open-source-ide.adoc[the `/.vscode/extensions.json` file.]
56+
* IDE-specific configuration files that one would typically store locally for a desktop IDE. For example, xref:microsoft-visual-studio-code-open-source-ide.adoc[the /.vscode/extensions.json file.]

modules/end-user-guide/pages/url-parameter-for-the-ide.adoc

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,38 @@ pass:c,a,q[{prod-url}]#__<git_repository_url>__?che-editor=__<editor_key>__
2424
+
2525

2626
.The URL parameter `__<editor_key>__` values for supported IDEs
27-
[cols="1,1a,1a"]
27+
28+
[cols="1,1a,1a,1a"]
2829
|===
29-
| IDE | `__<editor_key>__` value | Note
30+
| IDE | Status | `__<editor_key>__` value | Note
31+
32+
| link:https://github.com/che-incubator/che-code[Microsoft Visual Studio Code - Open Source]
33+
| Available
34+
|
35+
* `che-incubator/che-code/latest`
36+
* `che-incubator/che-code/insiders`
37+
|
38+
* `latest` is the default IDE that loads in a new workspace when the URL parameter or `che-editor.yaml` is not used.
39+
* `insiders` is the development version.
40+
41+
| link:https://github.com/che-incubator/jetbrains-editor-images[JetBrains IntelliJ IDEA Community Edition]
42+
| Deprecated
43+
|
44+
* `che-incubator/che-idea/latest`
45+
* `che-incubator/che-idea/next`
46+
|
47+
* `latest` is the stable version.
48+
* `next` is the development version.
3049

31-
include::example$snip_{project-context}-table-of-supported-editors.adoc[]
50+
| link:https://github.com/redhat-developer/devspaces-gateway-plugin/[JetBrains IntelliJ IDEA Ultimate Edition
51+
(over JetBrains Gateway)]
52+
| Technology Preview
53+
|
54+
* `che-incubator/che-idea-server/latest`
55+
* `che-incubator/che-idea-server/next`
56+
|
57+
* `latest` is the stable version.
58+
* `next` is the development version.
3259

3360
|===
3461

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)