From 04ffc8471ee3a29df2c83e641b696f4614861e73 Mon Sep 17 00:00:00 2001 From: HTCCAN <102570870+HTC37@users.noreply.github.com> Date: Fri, 13 Jan 2023 03:43:14 +0300 Subject: [PATCH] Revert "repo sync" --- ...getting-started-with-github-copilot-in-a-jetbrains-ide.md | 2 -- ...ting-started-with-github-copilot-in-visual-studio-code.md | 2 -- .../getting-started-with-github-copilot-in-visual-studio.md | 2 -- content/copilot/quickstart.md | 2 -- data/reusables/copilot/code-examples-limitations.md | 5 ----- 5 files changed, 13 deletions(-) delete mode 100644 data/reusables/copilot/code-examples-limitations.md 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 %}