Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 027b5c4

Browse files
committed
adjust md
1 parent 9fb7b6f commit 027b5c4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/user-guides/workspace-access/jetbrains.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ manually setting up an SSH connection.
6969
1. Click the gear icon at the bottom left of the Gateway home screen and then
7070
"Settings"
7171

72-
1. In the Marketplace tab within Plugins, type Coder and if a newer plugin
73-
release is available, click "Update" and "OK"
72+
1. In the **Marketplace** tab within Plugins, enter Coder and if a newer plugin
73+
release is available, click **Update** then **OK**:
7474

7575
![Gateway Settings and Marketplace](../../images/gateway/plugin-settings-marketplace.png)
7676

@@ -128,45 +128,45 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
128128
> This is in lieu of using Coder's Gateway plugin which automatically performs
129129
> these steps.
130130
131-
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
131+
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).
132132

133-
1. [Configure the `coder` CLI](../ides.md#ssh-configuration)
133+
1. [Configure the `coder` CLI](../ides.md#ssh-configuration).
134134

135-
1. Open Gateway, make sure "SSH" is selected under "Remote Development"
135+
1. Open Gateway, make sure **SSH** is selected under **Remote Development**.
136136

137-
1. Click "New Connection"
137+
1. Click **New Connection**:
138138

139139
![Gateway Home](../images/gateway/gateway-home.png)
140140

141-
1. In the resulting dialog, click the gear icon to the right of "Connection:"
141+
1. In the resulting dialog, click the gear icon to the right of **Connection**:
142142

143143
![Gateway New Connection](../images/gateway/gateway-new-connection.png)
144144

145-
1. Hit the "+" button to add a new SSH connection
145+
1. Click <kbd>+</kbd> to add a new SSH connection:
146146

147147
![Gateway Add Connection](../images/gateway/gateway-add-ssh-configuration.png)
148148

149149
1. For the Host, enter `coder.<workspace name>`
150150

151151
1. For the Port, enter `22` (this is ignored by Coder)
152152

153-
1. For the Username, enter your workspace username
153+
1. For the Username, enter your workspace username.
154154

155-
1. For the Authentication Type, select "OpenSSH config and authentication agent"
155+
1. For the Authentication Type, select **OpenSSH config and authentication agent**.
156156

157-
1. Make sure the checkbox for "Parse config file ~/.ssh/config" is checked.
157+
1. Make sure the checkbox for **Parse config file ~/.ssh/config** is checked.
158158

159-
1. Click "Test Connection" to validate these settings.
159+
1. Click **Test Connection** to validate these settings.
160160

161-
1. Click "OK"
161+
1. Click **OK**:
162162

163163
![Gateway SSH Configuration](../images/gateway/gateway-create-ssh-configuration.png)
164164

165-
1. Select the connection you just added
165+
1. Select the connection you just added:
166166

167167
![Gateway Welcome](../images/gateway/gateway-welcome.png)
168168

169-
1. Click "Check Connection and Continue"
169+
1. Click **Check Connection and Continue**:
170170

171171
![Gateway Continue](../images/gateway/gateway-continue.png)
172172

@@ -178,7 +178,7 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
178178
> Note the JetBrains IDE is remotely installed into
179179
> `~/. cache/JetBrains/RemoteDev/dist`
180180
181-
1. Click "Download and Start IDE" to connect.
181+
1. Click **Download and Start IDE** to connect.
182182

183183
![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)
184184

0 commit comments

Comments
 (0)