Skip to content

Commit 102f862

Browse files
committed
minor changes
1 parent 9600031 commit 102f862

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

workspaces/editors.md

+17-20
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ Requirements:
106106
- If you use a premium JetBrains IDE (e.g., GoLand, IntelliJ IDEA Ultimate), you
107107
will still need a license to use it remotely with Coder.
108108

109-
1. [Download and install JetBrains
110-
Toolbox](https://www.jetbrains.com/toolbox-app/). Locate JetBrains Gateway in
111-
the Toolbox list and click **Install**.
109+
1. [Download and install JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/).
110+
Locate JetBrains Gateway in the Toolbox list and click **Install**.
112111

113112
![JetBrains Toolbox](../assets/workspaces/jetbrains-toolbox.png)
114113

@@ -129,7 +128,7 @@ Requirements:
129128
local port field blank. Click **Test Connection**.
130129

131130
![Gateway SSH
132-
Configurations](../assets/workspaces/gateway-ssh-configurations.png)
131+
Configurations](../assets/workspaces/gateway-ssh-configurations.png)
133132

134133
1. Choose your new connection from the drop-down and click Check Connection and
135134
Continue
@@ -142,50 +141,48 @@ Requirements:
142141
directory in your Coder workspace.
143142

144143
![Select JetBrains IDE and working
145-
directory](../assets/workspaces/gateway-ide-and-project.png)
144+
directory](../assets/workspaces/gateway-ide-and-project.png)
146145

147146
If you ran `remote-dev-server.sh` (see note below) before starting the config
148147
setup, JetBrains will detect your already installed IDE in the drop-down.
149148

150149
![Select JetBrains IDE and working
151-
directory](../assets/workspaces/gateway-ide-already-installed-and-project.png)
150+
directory](../assets/workspaces/gateway-ide-already-installed-and-project.png)
152151

153-
1. Gateway will open the JetBrains client connected to the remotely installed IDE.
152+
1. Gateway will open the JetBrains client connected to the remotely installed
153+
IDE.
154154

155155
![A running JetBrains IDE in
156-
Gateway](../assets/workspaces/gateway-ide-running.png)
156+
Gateway](../assets/workspaces/gateway-ide-running.png)
157157

158158
### Using an existing JetBrains installation in the workspace
159159

160-
If you would like to use an existing JetBrains IDE in a Coder workspace (you are
161-
air-gapped and cannot connect to jetbrains.com or want to use a specific version
162-
of an IDE already installed in the workspace), run the following script in the
160+
If you would like to use an existing JetBrains IDE in a Coder workspace (or you
161+
are air-gapped, and cannot reach jetbrains.com), run the following script in the
163162
JetBrains IDE directory to point the default Gateway directory to the IDE
164-
directory. This step must be done before configuring Gateway. (IntelliJ example)
163+
directory. This step must be done before configuring Gateway.
165164

166165
```sh
167166
cd /opt/idea
168167
./remote-dev-server.sh registerBackendLocationForGateway
169168
```
170169

171-
[Here is the JetBrains
172-
article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup:~:text=Can%20I%20point%20Remote%20Development%20to%20an%20existing%20IDE%20on%20my%20remote%20server%3F%20Is%20it%20possible%20to%20install%20IDE%20manually%3F)
170+
[Here is the JetBrains article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup:~:text=Can%20I%20point%20Remote%20Development%20to%20an%20existing%20IDE%20on%20my%20remote%20server%3F%20Is%20it%20possible%20to%20install%20IDE%20manually%3F)
173171
explaining this IDE specification.
174172

175173
### Alternative SSH key algorithms and Gateway
176174

177-
If your Coder deployment is configured with ECDSA ssh key algorithm, change
178-
the Gateway authentication type to **Key pair** and create the Coder public
179-
ssh key in your local `~/.ssh` directory with `ssh-keygen -y -f`:
175+
If your Coder deployment is configured with ECDSA ssh key algorithm, change the
176+
Gateway authentication type to **Key pair** and create the Coder public ssh key
177+
in your local `~/.ssh` directory with `ssh-keygen -y -f`:
180178

181179
```sh
182180
~/.ssh/coder_enterprise | tee ~/.ssh/coder_enterprise.pub
183181
```
184182

185-
### Links to JetBrain support
183+
### Links to JetBrains support
186184

187-
[This
188-
article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup)
185+
[This article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup)
189186
outlines troubleshooting steps with Gateway. JetBrains product support including
190187
their Issue Trackers [are here.](https://www.jetbrains.com/support/)
191188

0 commit comments

Comments
 (0)