1
0
mirror of synced 2025-12-23 21:07:12 -05:00

adds dotcom settings

This commit is contained in:
Jules Parker
2022-06-10 12:30:37 +02:00
parent d10a70420a
commit 84cb11a977
9 changed files with 29 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -38,3 +38,5 @@ You can specify which languages you want to enable or disable {% data variables.
1. In JetBrains, under the **File** menu, click **Settings**.
1. Under **Languages & Frameworks**, click **{% data variables.product.prodname_copilot %}**.
1. Under "Disabled languages", select the languages you want to disable {% data variables.product.prodname_copilot %} for.
{% data reusables.copilot.dotcom-settings %}

View File

@@ -15,3 +15,5 @@ For guidance on configuring {% data variables.product.prodname_copilot %} in Neo
:help copilot
{% data reusables.copilot.dotcom-settings %}

View File

@@ -59,3 +59,5 @@ You can specify which languages you want to enable or disable {% data variables.
1. Display the **Copilot** section in the **Extensions** tab of the Visual Studio Code settings page. For more information, see "[Enabling and disabling inline suggestions](#enabling-and-disabling-inline-suggestions)."
1. Under "Enable or disable Copilot for specified languages", click **Edit in settings.json**.
1. In the settings.json file, add or remove the languages for which you want to enable or disable {% data variables.product.prodname_copilot %}. For example, to enable Python in {% data variables.product.prodname_copilot %}, add `"python": true` to the JSON list.
{% data reusables.copilot.dotcom-settings %}

View File

@@ -47,3 +47,5 @@ If you use ReSharper, {% data variables.product.prodname_copilot %} may work bes
1. In the "Options" dialog, under **Environment**, click **IntelliSense** and then click **General**.
![Screenshot of the IntelliSense option in the "Options" dialog](/assets/images/help/copilot/vs-options-intellisense.png)
1. Under "General" select **Visual Studio** and then click **Save**.
{% data reusables.copilot.dotcom-settings %}

View File

@@ -0,0 +1,19 @@
## Configuring {% data variables.product.prodname_copilot %}
Once you have an active {% data variables.product.prodname_copilot %} trial or subscription, in the settings page of your {% data variables.product.prodname_dotcom %} personal account, you can adjust specific {% data variables.product.prodname_copilot %} settings relating to the suggestions {% data variables.product.prodname_copilot %} offers, and how your {% data variables.product.prodname_copilot %} telemetry data is used.
### Enabling and disabling duplication detection
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.copilot-settings %}
1. Under **Suggestions matching public code**, select the dropdown menu and click **Allow** to allow suggestions matching public code, or **Block** to block suggestions matching public code.
![Screenshot of duplication detection option](/assets/images/help/copilot/duplication-detection.png)
{% data reusables.copilot.save-settings %}
### Enabling and disabling telemetry
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.copilot-settings %}
1. To allow or prevent {% data variables.product.prodname_dotcom %} using your telemetry data, next to **Allow {% data variables.product.prodname_dotcom %} to use my telemetry for product improvements**, select or deselect the checkbox.
![Screenshot of telemetry option](/assets/images/help/copilot/telemetry-option.png)
{% data reusables.copilot.save-settings %}

View File

@@ -0,0 +1 @@
1. To confirm your new settings, click **Save**.

View File

@@ -0,0 +1 @@
1. In the left sidebar, click **Copilot**.