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

Skip to content

Commit 859dcb2

Browse files
committed
make fmt
1 parent 9b5ca03 commit 859dcb2

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

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

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,33 @@ manually setting up an SSH connection.
2828
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in
2929
> [our Discord channel](https://discord.gg/coder).
3030
31-
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html) and open the application.
32-
1. Under **Install More Providers**, find the Coder icon and click **Install** to install the Coder plugin.
33-
1. After Gateway installs the plugin, it will appear in the **Run the IDE Remotely** section.
31+
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
32+
and open the application.
33+
1. Under **Install More Providers**, find the Coder icon and click **Install**
34+
to install the Coder plugin.
35+
1. After Gateway installs the plugin, it will appear in the **Run the IDE
36+
Remotely** section.
3437

3538
Click **Connect to Coder** to launch the plugin:
3639

3740
![Gateway Connect to Coder](../../images/gateway/plugin-connect-to-coder.png)
3841

39-
1. Enter your Coder deployment's [Access Url](../../admin/configure.md#access-url) and click **Connect**.
42+
1. Enter your Coder deployment's
43+
[Access Url](../../admin/configure.md#access-url) and click **Connect**.
4044

41-
Gateway opens your Coder deployment's `cli-auth` page with a session token. Click the copy button, paste the session token in the Gateway **Session Token** window, then click **OK**:
45+
Gateway opens your Coder deployment's `cli-auth` page with a session token.
46+
Click the copy button, paste the session token in the Gateway **Session
47+
Token** window, then click **OK**:
4248

4349
![Gateway Session Token](../../images/gateway/plugin-session-token.png)
4450

4551
1. To create a new workspace:
4652

47-
Click the <kbd>+</kbd> icon to open a browser and go to the templates page in your Coder deployment to create a workspace.
53+
Click the <kbd>+</kbd> icon to open a browser and go to the templates page in
54+
your Coder deployment to create a workspace.
4855

49-
1. If a workspace already exists but is stopped, select the workspace from the list, then click the green arrow to start the workspace.
56+
1. If a workspace already exists but is stopped, select the workspace from the
57+
list, then click the green arrow to start the workspace.
5058

5159
1. When the workspace status is **Running**, click **Select IDE and Project**:
5260

@@ -57,12 +65,12 @@ manually setting up an SSH connection.
5765

5866
![Gateway Select IDE](../../images/gateway/plugin-ide-list.png)
5967

60-
Gateway connects using the IDE you selected:
68+
Gateway connects using the IDE you selected:
6169

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

64-
> Note the JetBrains IDE is remotely installed into
65-
> `~/.cache/JetBrains/RemoteDev/dist`
72+
> Note the JetBrains IDE is remotely installed into
73+
> `~/.cache/JetBrains/RemoteDev/dist`
6674
6775
### Update a Coder plugin version
6876

@@ -152,7 +160,8 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
152160

153161
1. For the Username, enter your workspace username.
154162

155-
1. For the Authentication Type, select **OpenSSH config and authentication agent**.
163+
1. For the Authentication Type, select **OpenSSH config and authentication
164+
agent**.
156165

157166
1. Make sure the checkbox for **Parse config file ~/.ssh/config** is checked.
158167

0 commit comments

Comments
 (0)