diff --git a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md index ae845fc5488b..48c04b191b8f 100644 --- a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md +++ b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md @@ -47,8 +47,6 @@ To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you mus ## Seeing your first suggestion -{% data reusables.copilot.code-examples-limitations %} - {% data reusables.copilot.supported-languages %} The following samples are in Java, but other languages will work similarly. {% data reusables.copilot.create-java-file %} diff --git a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md index d182880e0993..e0f21aae6a58 100644 --- a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md +++ b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md @@ -41,8 +41,6 @@ To use {% data variables.product.prodname_copilot %}, you must first install the ## Seeing your first suggestion -{% data reusables.copilot.code-examples-limitations %} - {% data reusables.copilot.supported-languages %} The following samples are in JavaScript, but other languages will work similarly. {% data reusables.copilot.create-js-file %} diff --git a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md index 6716cc522b20..81efdface60a 100644 --- a/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md +++ b/content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md @@ -51,8 +51,6 @@ To use {% data variables.product.prodname_copilot %}, you must first install the ![Screenshot of {% data variables.product.prodname_vs %} permissions confirmation](/assets/images/help/copilot/vs-confirmation.png) ## Seeing your first suggestion - -{% data reusables.copilot.code-examples-limitations %} {% data reusables.copilot.supported-languages %} The following samples are in C#, but other languages will work similarly. {% data reusables.copilot.create-c-file %} diff --git a/content/copilot/quickstart.md b/content/copilot/quickstart.md index 8fe86781c1f8..7b426988bed0 100644 --- a/content/copilot/quickstart.md +++ b/content/copilot/quickstart.md @@ -52,8 +52,6 @@ To use {% data variables.product.prodname_copilot %}, you must first install the ## Getting your first suggestion -{% data reusables.copilot.code-examples-limitations %} - {% data reusables.copilot.supported-languages %} The following samples are in JavaScript, but other languages will work similarly. 1. Open {% data variables.product.prodname_vscode %}. diff --git a/data/reusables/copilot/code-examples-limitations.md b/data/reusables/copilot/code-examples-limitations.md deleted file mode 100644 index 6f095e00d330..000000000000 --- a/data/reusables/copilot/code-examples-limitations.md +++ /dev/null @@ -1,5 +0,0 @@ -{% note %} - -**Note:** If you have duplication detection enabled for {% data variables.product.prodname_copilot %}, you may receive limited suggestions, or no suggestions, when using the code examples provided. As an alternative, you can start by typing your own code to see suggestions from {% data variables.product.prodname_copilot %}. For more information on duplication detection, see "[Enabling or disabling duplication detection](/copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom#enabling-or-disabling-duplication-detection)." - -{% endnote %}