From 4df711c63230013126a1b19469f5e776877accc8 Mon Sep 17 00:00:00 2001 From: Hicham Omari Date: Sat, 26 Oct 2024 13:57:42 +0200 Subject: [PATCH 1/4] Make unordered list ordered --- .../using-github-codespaces-in-your-jetbrains-ide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md b/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md index f05ac64d74b1..48966f35ed69 100644 --- a/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md +++ b/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md @@ -33,12 +33,12 @@ When you work in a codespace, you use the JetBrains thin client application on y The basic process behind using a codespace in your JetBrains IDE is as follows. -* In the JetBrains Gateway application you select one of your active or stopped codespaces. -* You then choose which JetBrains IDE you want to use. -* The selected JetBrains IDE is then downloaded to the remote virtual machine that hosts your codespace and source code. -* The JetBrains thin client application is then downloaded to your local machine and started. -* The client application connects to the full backend IDE. -* You can work on your code in the client application in just the same way you would in a local environment. +1. In the JetBrains Gateway application you select one of your active or stopped codespaces. +2. You then choose which JetBrains IDE you want to use. +3. The selected JetBrains IDE is then downloaded to the remote virtual machine that hosts your codespace and source code. +4. The JetBrains thin client application is then downloaded to your local machine and started. +5. The client application connects to the full backend IDE. +6. You can work on your code in the client application in just the same way you would in a local environment. ## Prerequisites From b49bc6519600b86afe35759c41b7ca733b59eb96 Mon Sep 17 00:00:00 2001 From: Hicham Omari Date: Sat, 26 Oct 2024 14:07:45 +0200 Subject: [PATCH 2/4] Update `using-github-codespaces-in-your-jetbrains-ide.md` From 6c7c79155e68e7c1fc30dedfbc434c9676f3fc87 Mon Sep 17 00:00:00 2001 From: Hicham Omari Date: Sat, 26 Oct 2024 14:17:20 +0200 Subject: [PATCH 3/4] Not sure why linting is failing --- .../using-github-codespaces-in-your-jetbrains-ide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md b/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md index 48966f35ed69..b0b69c97cd9c 100644 --- a/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md +++ b/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md @@ -32,7 +32,6 @@ When you work in a codespace, you use the JetBrains thin client application on y ### The JetBrains remote development connection process The basic process behind using a codespace in your JetBrains IDE is as follows. - 1. In the JetBrains Gateway application you select one of your active or stopped codespaces. 2. You then choose which JetBrains IDE you want to use. 3. The selected JetBrains IDE is then downloaded to the remote virtual machine that hosts your codespace and source code. From d959b8749e99919c28cfb9b77d794c8638d07ab0 Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:29:32 -0700 Subject: [PATCH 4/4] Linter fix --- .../using-github-codespaces-in-your-jetbrains-ide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md b/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md index b0b69c97cd9c..cad1b57045c7 100644 --- a/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md +++ b/content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md @@ -33,11 +33,11 @@ When you work in a codespace, you use the JetBrains thin client application on y The basic process behind using a codespace in your JetBrains IDE is as follows. 1. In the JetBrains Gateway application you select one of your active or stopped codespaces. -2. You then choose which JetBrains IDE you want to use. -3. The selected JetBrains IDE is then downloaded to the remote virtual machine that hosts your codespace and source code. -4. The JetBrains thin client application is then downloaded to your local machine and started. -5. The client application connects to the full backend IDE. -6. You can work on your code in the client application in just the same way you would in a local environment. +1. You then choose which JetBrains IDE you want to use. +1. The selected JetBrains IDE is then downloaded to the remote virtual machine that hosts your codespace and source code. +1. The JetBrains thin client application is then downloaded to your local machine and started. +1. The client application connects to the full backend IDE. +1. You can work on your code in the client application in just the same way you would in a local environment. ## Prerequisites