You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide.md
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,9 @@ The basic process behind using a codespace in your JetBrains IDE is as follows.
44
44
45
45
To work in a codespace in a JetBrains IDE you need:
46
46
47
-
- A valid JetBrains license
48
-
- The JetBrains Gateway application
49
-
- {% data variables.product.prodname_cli %} version 2.18.0 or later
50
-
- An existing codespace that's running an SSH server. The codespace must have at least 4 cores.
47
+
- A valid JetBrains license.
48
+
- The JetBrains Gateway application, <!-- expires 2024-06-30 -->versions 2023.3.\* or 2024.1.\*.<!-- end expires 2024-06-30 -->
49
+
- 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)."
51
50
52
51
### JetBrains license
53
52
@@ -59,21 +58,12 @@ You can install and update the JetBrains Gateway from the JetBrains Toolbox appl
59
58
60
59
1. Download and install the [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app).
61
60
1. Open the JetBrains Toolbox.
62
-
1. Find **Gateway** in the list of available tools and click **Install**.
61
+
1. Find **Gateway** in the list of available tools.
63
62
64
63

65
64
66
-
### {% data variables.product.prodname_cli %}
67
-
68
-
The {% data variables.product.prodname_github_codespaces %} plugin for the JetBrains Gateway requires that you have installed and configured {% data variables.product.prodname_cli %} version 2.18.0 or later before opening a codespace from the JetBrains Gateway.
69
-
70
-
Use this command to check your version of {% data variables.product.prodname_cli %}:
71
-
72
-
```shell copy
73
-
gh --version
74
-
```
75
-
76
-
For more information, see "[AUTOTITLE](/github-cli/github-cli/about-github-cli)."
65
+
1. To the right of **Gateway**, click the ellipsis (**...**), then click **Available versions**.
66
+
1. In the list of versions, beside a supported version (see "[Prerequisites](#prerequisites)"), click **Install**.
77
67
78
68
### Codespace running an SSH server
79
69
@@ -93,7 +83,8 @@ For more information about the `devcontainer.json` file and the default containe
93
83
94
84
The first time you use JetBrains Gateway for {% data variables.product.prodname_github_codespaces %}, you must install the {% data variables.product.prodname_codespaces %} plugin. You must also allow the JetBrains Gateway to access {% data variables.product.prodname_dotcom_the_website %} using your {% data variables.product.prodname_dotcom %} account.
95
85
96
-
1. Open the JetBrains Gateway application.
86
+
1. Open the JetBrains Toolbox application.
87
+
1. In the list of installed tools, click **Gateway**.
97
88
1. Under **Install More Providers** click the **Install** link for {% data variables.product.prodname_github_codespaces %}.
98
89
99
90

@@ -102,6 +93,10 @@ The first time you use JetBrains Gateway for {% data variables.product.prodname_
102
93
103
94

104
95
96
+
1. The first time you connect, you're prompted to choose whether you want to allow {% data variables.product.prodname_dotcom %} to collect anonymized usage data, to improve functionality and user experience. Click **Allow** or **Deny**.
97
+
98
+
You can change your choice later, if required, in the settings for the {% data variables.product.prodname_github_codespaces %} plugin, which you can access within the JetBrains Gateway settings.
99
+
105
100
1. In the "Welcome to JetBrains Gateway" dialog, click **Sign In with {% data variables.product.prodname_dotcom %}**.
106
101
1. Click the icon beside the one-time code to copy it.
**Note**: Using {% data variables.product.prodname_github_codespaces %} with JetBrains IDEs is currently in public beta and is subject to change.
3
+
**Notes:**
4
+
5
+
- Using {% data variables.product.prodname_github_codespaces %} with JetBrains IDEs is currently in public beta and is subject to change.
6
+
- To work on a codespace in a JetBrains IDE you must use <!-- expires 2024-06-30 -->release 2023.3.\* or 2024.1.\*<!-- end expires 2024-06-30 --> of the JetBrains Gateway.
Copy file name to clipboardExpand all lines: data/reusables/codespaces/opening-codespace-in-jetbrains.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,6 @@ Alternatively, you can also open the JetBrains Gateway and select an existing co
9
9
10
10

11
11
12
-
1. The first time you connect, you're prompted to choose whether you want to allow {% data variables.product.prodname_dotcom %} to collect anonymized usage data, to improve functionality and user experience. Click **Allow** or **Deny**.
13
-
14
-
You can change your choice later, if required, in the settings for the {% data variables.product.prodname_github_codespaces %} plugin, which you can access within the JetBrains Gateway settings.
15
-
16
12
1. In the "Your Codespaces" list, click the codespace you want to work in.
17
13
18
14

0 commit comments