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/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ Whitespace between instructions is ignored, so the instructions can be written a
415
415
### Using the settings page
416
416
417
417
{% data reusables.copilot.jetbrains-settings %}
418
-
{% data reusables.copilot.jetbrains-tools %}
418
+
{% data reusables.copilot.jetbrains-tools %}, then click **Customizations**.
419
419
1. Under "{% data variables.product.prodname_copilot_short %} Instructions", click **Workspace** or **Global** to choose whether the custom instructions apply to the current workspace or all workspaces.
420
420
421
421
### Manually creating a workspace custom instructions file
@@ -56,7 +56,9 @@ To authenticate to {% data variables.enterprise.data_residency_site %} in a JetB
56
56
1. In the left sidebar, expand the "Tools" section, then click **{% data variables.product.prodname_copilot %}**.
57
57
1. In the "General" section, look for the "Authentication Provider" field and enter the hostname where you access {% data variables.product.github %}. For example: `{% data variables.enterprise.data_residency_example_domain %}`.
58
58
1. To save your changes, click **OK**.
59
-
1. To sign in, open the **Tools** menu, then select **{% data variables.product.prodname_copilot %}** > **Login to {% data variables.product.github %}**. Follow the prompts to sign in.
59
+
1. Follow the prompts to sign in to use {% data variables.product.prodname_copilot %}.
60
+
61
+
To sign in and out of {% data variables.product.github %} at any time, click the **{% data variables.copilot.copilot_chat_short %}** icon ({% octicon "copilot" aria-hidden="true" aria-label="copilot" %}) in the status bar, then click **Login to {% data variables.product.github %}**. Follow the prompts to sign in.
60
62
61
63
If you ever need to switch to an account on {% data variables.product.prodname_dotcom_the_website %}, remove the value you entered in the "Authentication Provider" field.
Copy file name to clipboardExpand all lines: content/copilot/how-tos/configure-personal-settings/configure-in-ide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Alternatively, you can rebind the shortcuts to your preferred keyboard shortcuts
52
52
You can manage advanced settings for {% data variables.product.prodname_copilot %} in your JetBrains IDE, such as how your IDE displays inline suggestions, and which languages you want to enable or disable for {% data variables.product.prodname_copilot %}.
53
53
54
54
{% data reusables.copilot.jetbrains-settings %}
55
-
{% data reusables.copilot.jetbrains-languages-and-frameworks %}
55
+
{% data reusables.copilot.jetbrains-tools %}, and review the **General** and **Completions** settings.
56
56
1. Edit the settings according to your personal preferences.
57
57
* To adjust the behavior and appearance of code suggestions, and whether to automatically check for updates, select or deselect the corresponding checkboxes.
58
58
* If you have selected to receive automatic updates, you can choose whether to receive stable, but less frequent updates, or nightly updates, which may be less stable. Click the **Update channel** dropdown and select **Stable** for stable updates, or **Nightly** for nightly updates.
@@ -66,7 +66,7 @@ If you make changes to the language settings in your `github-copilot.xml` file,
66
66
### Configuring language settings in the IDE
67
67
68
68
{% data reusables.copilot.jetbrains-settings %}
69
-
{% data reusables.copilot.jetbrains-languages-and-frameworks %}
69
+
{% data reusables.copilot.jetbrains-tools %}, then click **Completions**.
70
70
1. Under "Languages," select or deselect the checkboxes for the languages you want to activate or deactivate {% data variables.product.prodname_copilot %} for.
71
71
1. Click **Apply**, and then click **OK**.
72
72
1. Restart your JetBrains IDE for the changes to take effect.
@@ -32,7 +32,7 @@ You can configure an HTTP proxy for {% data variables.product.prodname_copilot_s
32
32
1. Under **Appearance & Behavior**, click **System Settings** and then click **HTTP Proxy**.
33
33
1. Select **Manual proxy configuration**, and then select **HTTP**.
34
34
1. In the "Host name" field, enter the hostname of your proxy server, and in the "Port number" field, enter the port number of your proxy server.
35
-
1. Optionally, to configure {% data variables.product.prodname_copilot_short %} to ignore certificate errors, in the left sidebar, click **Tools**, click **Server Certificates**, then select or deselect **Accept non-trusted certificates automatically**.
35
+
1. Optionally, to configure {% data variables.product.prodname_copilot_short %} to ignore certificate errors, in the left sidebar, click **Appearance & Behavior**, click **System Settings**, click **Server Certificates**, then select or deselect **Accept non-trusted certificates automatically**.
36
36
37
37
> [!WARNING] Ignoring certificate errors can cause security issues and is not recommended.
38
38
@@ -105,8 +105,8 @@ If you need to authenticate to a proxy, you can try one of the below:
105
105
### Overriding the default SPN in JetBrains IDEs
106
106
107
107
1. In your JetBrains IDE, click the **File** menu (Windows) or the name of the application in the menu bar (macOS), then click **Settings**.
108
-
1. In the left sidebar, click **Languages & Frameworks**, then click **{% data variables.product.prodname_copilot %}**.
109
-
1. In the "Advanced" section, in the "Override Kerberos Proxy Service Principal Name" field, type the SPN for your proxy service.
108
+
{% data reusables.copilot.jetbrains-tools %}, then click **Network**.
109
+
1. In the "Override Kerberos Proxy Service Principal Name" field, type the SPN for your proxy service.
@@ -74,9 +74,9 @@ For more information, see [AUTOTITLE](/copilot/concepts/completions/code-suggest
74
74
75
75
## Changing the AI model for inline suggestions
76
76
77
-
1.Click the **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %}** icon in the status bar.
78
-
1. In the popup menu, click **Edit Model for Completion**.
79
-
1.In the settings dialog box for "Languages & Frameworks > {% data variables.product.prodname_copilot %}," click the dropdown menu for **Model for completions** and select the model you want to use.
77
+
1.In your JetBrains IDE, click the **File** menu (Windows) or the name of the application in the menu bar (macOS), then click **Settings**.
78
+
{% data reusables.copilot.jetbrains-tools %}, then click **Completions**.
79
+
1.Click the dropdown menu for **Model for completions** and select the model you want to use.
0 commit comments