@@ -8,8 +8,7 @@ There are several primary ways you can connect an IDE to your Coder workspace:
8
8
9
9
1 . [ VS Code remote SSH] ( editors.md#vs-code-remote-ssh ) with local VS Code
10
10
1 . [ VS Code in the browser] ( editors.md#vs-code-in-the-browser ) with code-server
11
- 1 . [ JetBrains and SSH] ( editors.md#jetbrains-ides-remote-ssh ) with JetBrains
12
- Gateway
11
+ 1 . [ JetBrains Gateway and SSH] ( editors.md#jetbrains-gateway-with-ssh )
13
12
1 . [ JetBrains in the browser] ( editors.md#jetbrains-ides-in-the-browser ) with
14
13
JetBrains Projector
15
14
1 . [ JetBrains' Code With Me] ( editors.md#code-with-me )
@@ -39,7 +38,7 @@ Web_ icon.
39
38
40
39
![ Launch a workspace] ( ../assets/workspaces/launch-workspace.png )
41
40
42
- ## JetBrains IDEs remote SSH
41
+ ## JetBrains Gateway with SSH
43
42
44
43
If your image
45
44
[ includes a JetBrains IDE] ( ../admin/workspace-management/installing-jetbrains.md )
@@ -79,23 +78,20 @@ Please note that:
79
78
80
79
![ Test Gateway Connection] ( ../assets/workspaces/gateway-test-connection.png )
81
80
82
- 1 . Select or install a JetBrains IDE from the IDE version drop-down. If one is
83
- auto- installed on your workspace, it should show up here. Next, click the
84
- folder icon and select your ` /home/coder ` directory in your Coder workspace.
81
+ 1 . Select a JetBrains IDE from the IDE version drop-down. Choose the IDE
82
+ installed in your Coder workspace, and click the folder icon and select your
83
+ ` /home/coder ` directory in your Coder workspace.
85
84
86
- ![ Select JetBrains IDE and working
87
- directory] ( ../assets/workspaces/gateway-ide-and-project.png )
85
+ ![ Select JetBrains IDE and working directory] ( ../assets/workspaces/gateway-ide-and-project.png )
88
86
89
87
1 . During this installation step, Gateway downloads the IDE and a JetBrains
90
88
client. This may take a couple minutes.
91
89
92
- ![ Gateway downloading IDE and
93
- client] ( ../assets/workspaces/gateway-download-client.png )
94
- ![ Code with Me
95
- starting up] ( ../assets/workspaces/gateway-code-with-me-loading.png )
90
+ ![ Gateway downloading IDE and client] ( ../assets/workspaces/gateway-download-client.png )
96
91
97
- ![ A running
98
- JetBrains IDE in Gateway] ( ../assets/workspaces/gateway-ide-running.png )
92
+ ![ Code with Me starting up] ( ../assets/workspaces/gateway-code-with-me-loading.png )
93
+
94
+ ![ A running JetBrains IDE in Gateway] ( ../assets/workspaces/gateway-ide-running.png )
99
95
100
96
> If your Coder deployment is configured with ECDSA ssh key algorithm, change
101
97
> the Gateway authentication type to ** Key pair** and create the Coder public
0 commit comments