File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
docs/user-guides/workspace-access Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ IDEs are supported for remote development:
17
17
18
18
JetBrains Gateway is a compact desktop app that allows you to work remotely with
19
19
a JetBrains IDE without downloading one. Visit the
20
- [ JetBrains Gateway website] ( https://www.jetbrains.com/remote-development/gateway/ ) to
21
- learn more about Gateway.
20
+ [ JetBrains Gateway website] ( https://www.jetbrains.com/remote-development/gateway/ )
21
+ to learn more about Gateway.
22
22
23
23
Gateway can connect to a Coder workspace using Coder's Gateway plugin or
24
24
manually setting up an SSH connection.
@@ -137,7 +137,6 @@ Use the `keytool` included in the JetBrains Gateway installation:
137
137
& '%USERPROFILE%\AppData\Local\JetBrains\Toolbox\apps\Gateway\ch-0\<VERSION>\jbr\bin\keytool.exe' '%USERPROFILE%\AppData\Local\JetBrains\Toolbox\bin\jre\lib\security\cacerts' -import -alias coder -file <cert>
138
138
```
139
139
140
-
141
140
</div >
142
141
143
142
## Manually Configuring A JetBrains Gateway Connection
@@ -209,8 +208,8 @@ This step must be done before configuring Gateway.
209
208
</blockquote >
210
209
211
210
If you would like to use an existing JetBrains IDE in a Coder workspace (or you
212
- are air-gapped, and cannot reach ` jetbrains.com ` ), run the following script in the
213
- JetBrains IDE directory to point the default Gateway directory to the IDE
211
+ are air-gapped, and cannot reach ` jetbrains.com ` ), run the following script in
212
+ the JetBrains IDE directory to point the default Gateway directory to the IDE
214
213
directory.
215
214
216
215
``` shell
You can’t perform that action at this time.
0 commit comments