adds dotcom settings
This commit is contained in:
BIN
assets/images/help/copilot/duplication-detection.png
Normal file
BIN
assets/images/help/copilot/duplication-detection.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/help/copilot/telemetry-option.png
Normal file
BIN
assets/images/help/copilot/telemetry-option.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -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 %}
|
||||
@@ -15,3 +15,5 @@ For guidance on configuring {% data variables.product.prodname_copilot %} in Neo
|
||||
|
||||
|
||||
:help copilot
|
||||
|
||||
{% data reusables.copilot.dotcom-settings %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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**.
|
||||

|
||||
1. Under "General" select **Visual Studio** and then click **Save**.
|
||||
|
||||
{% data reusables.copilot.dotcom-settings %}
|
||||
|
||||
19
data/reusables/copilot/dotcom-settings.md
Normal file
19
data/reusables/copilot/dotcom-settings.md
Normal 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.
|
||||

|
||||
{% 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.
|
||||

|
||||
{% data reusables.copilot.save-settings %}
|
||||
1
data/reusables/copilot/save-settings.md
Normal file
1
data/reusables/copilot/save-settings.md
Normal file
@@ -0,0 +1 @@
|
||||
1. To confirm your new settings, click **Save**.
|
||||
1
data/reusables/user-settings/copilot-settings.md
Normal file
1
data/reusables/user-settings/copilot-settings.md
Normal file
@@ -0,0 +1 @@
|
||||
1. In the left sidebar, click **Copilot**.
|
||||
Reference in New Issue
Block a user