From dbe09b5894ad9a5d5a8b79ad9af5696122b951c7 Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Tue, 22 Mar 2022 07:06:30 -0500 Subject: [PATCH 1/3] chore: add multi jetbrains to list at top of editors md --- workspaces/editors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspaces/editors.md b/workspaces/editors.md index 6b6696b85..926289429 100644 --- a/workspaces/editors.md +++ b/workspaces/editors.md @@ -12,6 +12,7 @@ There are several primary ways you can connect an IDE to your Coder workspace: 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) +1. [Multiple JetBrains IDEs](editors.md#multiple-instances-of-a-jetbrains-ide) 1. [RStudio](editors.md#rstudio) 1. _Any_ local editor with [1-way file synchronization](../cli/file-sync.md#one-way-file-sync) or @@ -291,7 +292,7 @@ participants. If they do, click **Accept** to proceed. At this point, you'll be able to share your project and work with your partner in real-time. -## Multiple instances of a JetBrains IDE +## Multiple JetBrains IDEs If you'd like to have multiple projects open, you'll need to have multiple JetBrains IDEs open in Coder simultaneously. The following steps show you how to From ff61a26da48580baefd07383f72ada4254709f99 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 22 Mar 2022 07:44:07 -0500 Subject: [PATCH 2/3] chore: fix anchor tag --- workspaces/editors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/editors.md b/workspaces/editors.md index 926289429..1c1d903e1 100644 --- a/workspaces/editors.md +++ b/workspaces/editors.md @@ -12,7 +12,7 @@ There are several primary ways you can connect an IDE to your Coder workspace: 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) -1. [Multiple JetBrains IDEs](editors.md#multiple-instances-of-a-jetbrains-ide) +1. [Multiple JetBrains IDEs](editors.md##multiple-jetbrains-ides) 1. [RStudio](editors.md#rstudio) 1. _Any_ local editor with [1-way file synchronization](../cli/file-sync.md#one-way-file-sync) or From 69c54a3cf4c038ca0dfcedcefe6e273ca628789b Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 22 Mar 2022 07:44:52 -0500 Subject: [PATCH 3/3] chore: remove extra char --- workspaces/editors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/editors.md b/workspaces/editors.md index 1c1d903e1..52fc8a996 100644 --- a/workspaces/editors.md +++ b/workspaces/editors.md @@ -12,7 +12,7 @@ There are several primary ways you can connect an IDE to your Coder workspace: 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) -1. [Multiple JetBrains IDEs](editors.md##multiple-jetbrains-ides) +1. [Multiple JetBrains IDEs](editors.md#multiple-jetbrains-ides) 1. [RStudio](editors.md#rstudio) 1. _Any_ local editor with [1-way file synchronization](../cli/file-sync.md#one-way-file-sync) or