- Notifications
You must be signed in to change notification settings - Fork928
chore: update jetbrains gateway docs with screenshots#3320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
51 changes: 16 additions & 35 deletionsdocs/ides.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletionsdocs/ides/configuring-gateway.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Configuring JetBrains Gateway | ||
The following screenshots outline in more detail how to create a new Connection | ||
for JetBrains Gateway to a Coder workspace. | ||
## Creating a new JetBrains Gateway Connection | ||
After installing Gateway on your local system, you may connect to a Coder | ||
workspace as follows | ||
1. Open Gateway, make sure "SSH" is selected under "Remote Development" | ||
2. Click "New Connection" | ||
 | ||
3. In the resulting dialog, click the gear icon to the right of "Connection:" | ||
 | ||
4. Hit the "+" button to add a new SSH connection | ||
 | ||
1. For the Host, enter `coder.<workspace name>` | ||
2. For the Port, enter `22` (this is ignored by Coder) | ||
3. For the Username, enter `coder` | ||
4. For the Authentication Type, select "OpenSSH config and authentication | ||
agent" | ||
5. Make sure the checkbox for "Parse config file ~/.ssh/config" is checked. | ||
6. Click "Test Connection" to ensure you setting are ok. | ||
7. Click "OK" | ||
 | ||
5. Select the connection you just added. | ||
 | ||
6. Click "Check Connection and Continue" | ||
 | ||
7. Select the JetBrains IDE for your project and the project directory | ||
1. Use an SSH terminal to your workspace to create a directory or check out | ||
code if you haven't already. | ||
> Note the JetBrains IDE is installed in the directory `~/. | ||
> cache/JetBrains/RemoteDev/dist` | ||
 | ||
8. Click "Download and Start IDE" to connect. | ||
 | ||
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gateway/gateway-choose-ide.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gateway/gateway-continue.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gateway/gateway-home.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gateway/gateway-intellij-opened.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gateway/gateway-new-connection.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gateway/gateway-welcome.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletiondocs/manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.