Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ordered list in using-github-codespaces-in-your-jetbrains-ide#the-jetbrains-remote-development-connection-process #35081

Merged
merged 5 commits into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ 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.

* 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.
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
Loading