From 996c17f3b6397d3ba510e357686720d0b7f3045d Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Tue, 30 Nov 2021 06:18:28 -0600 Subject: [PATCH 1/2] removed carriage returns and changed title to use industry term Gateway --- workspaces/editors.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/workspaces/editors.md b/workspaces/editors.md index 64df13589..369c50d43 100644 --- a/workspaces/editors.md +++ b/workspaces/editors.md @@ -39,7 +39,7 @@ Web_ icon. ![Launch a workspace](../assets/workspaces/launch-workspace.png) -## JetBrains IDEs remote SSH +## JetBrains Gateway with SSH If your image [includes a JetBrains IDE](../admin/workspace-management/installing-jetbrains.md) @@ -79,23 +79,18 @@ Please note that: ![Test Gateway Connection](../assets/workspaces/gateway-test-connection.png) -1. Select or install a JetBrains IDE from the IDE version drop-down. If one is - auto-installed on your workspace, it should show up here. Next, click the +1. Select a JetBrains IDE from the IDE version drop-down. Choose the IDE installed in your Coder workspace, it should show up here. Next, click the folder icon and select your `/home/coder` directory in your Coder workspace. - ![Select JetBrains IDE and working -directory](../assets/workspaces/gateway-ide-and-project.png) + ![Select JetBrains IDE and working directory](../assets/workspaces/gateway-ide-and-project.png) 1. During this installation step, Gateway downloads the IDE and a JetBrains client. This may take a couple minutes. - ![Gateway downloading IDE and -client](../assets/workspaces/gateway-download-client.png) - ![Code with Me -starting up](../assets/workspaces/gateway-code-with-me-loading.png) + ![Gateway downloading IDE and client](../assets/workspaces/gateway-download-client.png) + ![Code with Me starting up](../assets/workspaces/gateway-code-with-me-loading.png) - ![A running -JetBrains IDE in Gateway](../assets/workspaces/gateway-ide-running.png) + ![A running JetBrains IDE in Gateway](../assets/workspaces/gateway-ide-running.png) > If your Coder deployment is configured with ECDSA ssh key algorithm, change > the Gateway authentication type to **Key pair** and create the Coder public From 8ebf19af264d44bdad62911f24ac516194951b7d Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 30 Nov 2021 12:02:11 -0600 Subject: [PATCH 2/2] fix links and images --- workspaces/editors.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/workspaces/editors.md b/workspaces/editors.md index 369c50d43..e560593ce 100644 --- a/workspaces/editors.md +++ b/workspaces/editors.md @@ -8,8 +8,7 @@ There are several primary ways you can connect an IDE to your Coder workspace: 1. [VS Code remote SSH](editors.md#vs-code-remote-ssh) with local VS Code 1. [VS Code in the browser](editors.md#vs-code-in-the-browser) with code-server -1. [JetBrains and SSH](editors.md#jetbrains-ides-remote-ssh) with JetBrains - Gateway +1. [JetBrains Gateway and SSH](editors.md#jetbrains-gateway-with-ssh) 1. [JetBrains in the browser](editors.md#jetbrains-ides-in-the-browser) with JetBrains Projector 1. [JetBrains' Code With Me](editors.md#code-with-me) @@ -79,8 +78,9 @@ Please note that: ![Test Gateway Connection](../assets/workspaces/gateway-test-connection.png) -1. Select a JetBrains IDE from the IDE version drop-down. Choose the IDE installed in your Coder workspace, it should show up here. Next, click the - folder icon and select your `/home/coder` directory in your Coder workspace. +1. Select a JetBrains IDE from the IDE version drop-down. Choose the IDE + installed in your Coder workspace, and click the folder icon and select your + `/home/coder` directory in your Coder workspace. ![Select JetBrains IDE and working directory](../assets/workspaces/gateway-ide-and-project.png) @@ -88,6 +88,7 @@ Please note that: client. This may take a couple minutes. ![Gateway downloading IDE and client](../assets/workspaces/gateway-download-client.png) + ![Code with Me starting up](../assets/workspaces/gateway-code-with-me-loading.png) ![A running JetBrains IDE in Gateway](../assets/workspaces/gateway-ide-running.png)