32 lines
2.8 KiB
Markdown
32 lines
2.8 KiB
Markdown
## Configuring {% data variables.product.prodname_copilot %} settings on {% data variables.product.prodname_dotcom_the_website %}
|
|
|
|
Once you have an active {% data variables.product.prodname_copilot %} {% ifversion fpt %}trial or{% endif %} subscription, you can adjust {% data variables.product.prodname_copilot %} settings for your personal account on {% data variables.product.prodname_dotcom %} in the [{% data variables.product.prodname_copilot %} settings](https://github.com/settings/copilot). The settings apply anywhere that you use {% data variables.product.prodname_copilot %}. You can configure the suggestions that {% data variables.product.prodname_copilot %} offers and how {% data variables.product.company_short %} uses your telemetry data.
|
|
|
|
### Enabling or disabling duplication detection
|
|
|
|
{% data reusables.copilot.duplication-setting-org %}
|
|
|
|
{% data variables.product.prodname_copilot %} includes a filter which detects code suggestions matching public code on {% data variables.product.prodname_dotcom %}. You can choose to enable or disable the filter. When the filter is enabled, {% data variables.product.prodname_copilot %} checks code suggestions with their surrounding code of about 150 characters against public code on {% data variables.product.prodname_dotcom %}. If there is a match or near match, the suggestion will not be shown to you.
|
|
|
|
{% data reusables.user-settings.access_settings %}
|
|
{% data reusables.user-settings.copilot-settings %}
|
|
1. Under **Suggestions matching public code**, select the dropdown menu, then click **Allow** to allow suggestions matching public code, or **Block** to block suggestions matching public code.
|
|
{% data reusables.copilot.save-settings %}
|
|
|
|
{% ifversion fpt %}
|
|
|
|
### Enabling or disabling Prompt and Suggestion collection
|
|
|
|
{% data reusables.copilot.telemetry-setting-org %}
|
|
|
|
You can choose whether your Prompts and Suggestions are collected and retained by GitHub and further processed and shared with Microsoft and by adjusting your user settings. For more information about data that {% data variables.product.prodname_copilot %} may collect depending on your settings, see "[AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot)" and the [{% data variables.product.prodname_copilot %} privacy FAQ](https://github.com/features/copilot/#faq-privacy-copilot-for-business).
|
|
|
|
{% data reusables.user-settings.access_settings %}
|
|
{% data reusables.user-settings.copilot-settings %}
|
|
1. To allow or prevent {% data variables.product.prodname_dotcom %} using your data, select or deselect **Allow {% data variables.product.prodname_dotcom %} to use my code snippets for product improvements**.
|
|
{% data reusables.copilot.save-settings %}{% endif %}
|
|
|
|
## Further reading
|
|
|
|
- [{% data variables.product.prodname_copilot %} FAQ](https://github.com/features/copilot/#faq)
|