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 1 commit
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
Prev Previous commit
Next Next commit
Not sure why linting is failing
  • Loading branch information
Yewzir authored Oct 26, 2024
commit 6c7c79155e68e7c1fc30dedfbc434c9676f3fc87
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading