Skip to content

Commit 71260c5

Browse files
committed
docs: add links to jetbrains support including existing IDE config article
1 parent e687474 commit 71260c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

workspaces/editors.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ cd /opt/idea
168168
./remote-dev-server.sh registerBackendLocationForGateway
169169
```
170170

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)
173+
explaining this IDE specification.
174+
171175
### Alternative SSH key algorithms and Gateway
172176
If your Coder deployment is configured with ECDSA ssh key algorithm, change
173177
the Gateway authentication type to **Key pair** and create the Coder public
@@ -177,6 +181,12 @@ ssh key in your local `~/.ssh` directory with `ssh-keygen -y -f`:
177181
~/.ssh/coder_enterprise | tee ~/.ssh/coder_enterprise.pub
178182
```
179183

184+
### Links to JetBrain support
185+
[This
186+
article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup)
187+
outlines troubleshooting steps with Gateway. JetBrains product support including
188+
their Issue Trackers [are here.](https://www.jetbrains.com/support/)
189+
180190
## JetBrains IDEs in the browser
181191

182192
Coder uses an open-source project called Projector, created and managed by

0 commit comments

Comments
 (0)