diff --git a/content/copilot/overview-of-github-copilot/about-github-copilot-for-business.md b/content/copilot/overview-of-github-copilot/about-github-copilot-for-business.md index 44845f6a6d..82d854c751 100644 --- a/content/copilot/overview-of-github-copilot/about-github-copilot-for-business.md +++ b/content/copilot/overview-of-github-copilot/about-github-copilot-for-business.md @@ -15,6 +15,8 @@ shortTitle: About GitHub Copilot for Business With {% data variables.product.prodname_copilot_business_short %}, you can manage access to {% data variables.product.prodname_copilot %} for organizations{% ifversion ghec %} within your enterprise{% endif %}. Once you grant an organization access to {% data variables.product.prodname_copilot %}, the administrators of that organization can grant access to individuals and teams. For more information, see "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-github-copilot-settings-in-your-organization)." +{% data reusables.copilot.supported-tools %} + {% data reusables.copilot.telemetry-setting-org %} ### Understanding the differences between {% data variables.product.prodname_copilot_business_short %} and {% data variables.product.prodname_copilot_individuals_short %} diff --git a/content/copilot/overview-of-github-copilot/about-github-copilot-for-individuals.md b/content/copilot/overview-of-github-copilot/about-github-copilot-for-individuals.md index 9ed9e6d9d0..948f6979c4 100644 --- a/content/copilot/overview-of-github-copilot/about-github-copilot-for-individuals.md +++ b/content/copilot/overview-of-github-copilot/about-github-copilot-for-individuals.md @@ -16,7 +16,7 @@ redirect_from: {% data variables.product.prodname_copilot %} is trained on all languages that appear in public repositories. For each language, the quality of suggestions you receive may depend on the volume and diversity of training data for that language. For example, JavaScript is well-represented in public repositories and is one of {% data variables.product.prodname_copilot %}'s best supported languages. Languages with less representation in public repositories may produce fewer or less robust suggestions. -{% data variables.product.prodname_copilot %} is available as an extension in Visual Studio Code, Visual Studio, Vim, Neovim and the JetBrains suite of IDEs. For more information, see "[AUTOTITLE](/copilot/getting-started-with-github-copilot)." +{% data reusables.copilot.supported-tools %} ### Understanding the differences between {% data variables.product.prodname_copilot_individuals_short %} and {% data variables.product.prodname_copilot_business_short %} diff --git a/data/reusables/copilot/about-copilot.md b/data/reusables/copilot/about-copilot.md index d03c14bcb3..1d08b7c71e 100644 --- a/data/reusables/copilot/about-copilot.md +++ b/data/reusables/copilot/about-copilot.md @@ -1 +1 @@ -{% data variables.product.prodname_copilot %} is a new AI-powered code completion tool that helps developers write code faster. {% data variables.product.prodname_copilot %} is available through {% data variables.product.prodname_dotcom %} personal accounts with {% data variables.product.prodname_copilot_for_individuals %} or through organization{% ifversion ghec %} or enterprise{% endif %} accounts with {% data variables.product.prodname_copilot_for_business %}. +{% data variables.product.prodname_copilot %} is an AI-powered code completion tool that helps developers write code faster. {% data variables.product.prodname_copilot %} is available through {% data variables.product.prodname_dotcom %} personal accounts with {% data variables.product.prodname_copilot_for_individuals %} or through organization{% ifversion ghec %} or enterprise{% endif %} accounts with {% data variables.product.prodname_copilot_for_business %}. diff --git a/data/reusables/copilot/supported-tools.md b/data/reusables/copilot/supported-tools.md new file mode 100644 index 0000000000..d7e0bc03ea --- /dev/null +++ b/data/reusables/copilot/supported-tools.md @@ -0,0 +1 @@ +{% data variables.product.prodname_copilot %} is available as an extension in Visual Studio Code, Visual Studio, Vim, Neovim, the JetBrains suite of IDEs, and Azure Data Studio. For more information on using {% data variables.product.prodname_copilot %} in Visual Studio Code, Visual Studio, Vim, Neovim, and JetBrains, see "[AUTOTITLE](/copilot/getting-started-with-github-copilot)." For more information on using {% data variables.product.prodname_copilot %} in Azure Data Studio, see [GitHub Copilot extension](https://learn.microsoft.com/en-us/sql/azure-data-studio/extensions/github-copilot-extension?view=sql-server-ver16) in Microsoft Learn. \ No newline at end of file