Skip to content

Commit

Permalink
Make unordered list ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
Yewzir authored Oct 26, 2024
1 parent 485ba6a commit 4df711c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 37 in content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md

View workflow job for this annotation

GitHub Actions / lint-content

Ordered list item prefix

Expected: 1; Actual: 2; Style: 1/1/1.
3. The selected JetBrains IDE is then downloaded to the remote virtual machine that hosts your codespace and source code.

Check failure on line 38 in content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md

View workflow job for this annotation

GitHub Actions / lint-content

Ordered list item prefix

Expected: 1; Actual: 3; Style: 1/1/1.
4. The JetBrains thin client application is then downloaded to your local machine and started.

Check failure on line 39 in content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md

View workflow job for this annotation

GitHub Actions / lint-content

Ordered list item prefix

Expected: 1; Actual: 4; Style: 1/1/1.
5. The client application connects to the full backend IDE.

Check failure on line 40 in content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md

View workflow job for this annotation

GitHub Actions / lint-content

Ordered list item prefix

Expected: 1; Actual: 5; Style: 1/1/1.
6. You can work on your code in the client application in just the same way you would in a local environment.

Check failure on line 41 in content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md

View workflow job for this annotation

GitHub Actions / lint-content

Ordered list item prefix

Expected: 1; Actual: 6; Style: 1/1/1.

## Prerequisites

Expand Down

0 comments on commit 4df711c

Please sign in to comment.