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

Remove periods from list in using-github-codespaces-in-your-jetbrains-ide#prerequisites #35079

Merged
merged 2 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 @@ -43,8 +43,8 @@ The basic process behind using a codespace in your JetBrains IDE is as follows.

To work in a codespace in a JetBrains IDE you need:

* A valid JetBrains license.
* The JetBrains Gateway application, versions 2023.3.\* or 2024.1.\*.
* A valid JetBrains license
* The JetBrains Gateway application, versions 2023.3.\* or 2024.1.\*
* An existing codespace running on a virtual machine that has at least 4 cores. The codespace must also be running an SSH server. For more information, see "[Codespace running an SSH server](#codespace-running-an-ssh-server)."

### JetBrains license
Expand Down
Loading