Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenalex836 authored Nov 1, 2024
1 parent 476875a commit d959b87
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d959b87

Please sign in to comment.