From 14ce4f0d40e66a4c9a6537c61767b20ca135bbf0 Mon Sep 17 00:00:00 2001 From: Phan Thai Duong <30502963+phanthaiduong22@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:00:07 +0700 Subject: [PATCH 1/2] Update upgrading-java-projects-with-github-copilot.md (#55935) Co-authored-by: Felix Guntrip --- .../upgrading-java-projects-with-github-copilot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md b/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md index 57c084e8f37d..ed9aadd21d7c 100644 --- a/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md +++ b/content/copilot/using-github-copilot/guides-on-using-github-copilot/upgrading-java-projects-with-github-copilot.md @@ -35,6 +35,7 @@ Before getting started you must have the following: * Installed versions of both the source and target JDKs. * A Git-based Java project using Maven or Gradle. * For Maven-based projects, access to the public Maven Central repository. +* Make sure `chat.extensionTools.enabled` is set to `true` in your {% data variables.product.prodname_vscode %} settings. This setting might be controlled by your organization. >[!NOTE] For Gradle projects, only wrapper-based builds (Gradle v5+) are supported. Projects using Kotlin DSL are not currently supported. From eb0bb8fc23802ee017a23712cf61b8e737106f46 Mon Sep 17 00:00:00 2001 From: Tadas Labudis Date: Wed, 4 Jun 2025 12:01:23 +0100 Subject: [PATCH 2/2] Update configuring-notifications.md (#55918) Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> --- .../setting-up-notifications/configuring-notifications.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md index 9eadeac4a1ee..83e451003d5e 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md @@ -65,6 +65,13 @@ To see repositories that you're watching, go to your [watching page](https://git You can configure notifications for a repository on the repository page, or on your watching page. +{% ifversion fpt or ghec %} + +> [!NOTE] +> You can watch a maximum of 10,000 repositories. + +{% endif %} + ### About custom notifications You can customize notifications for a repository. For example, you can choose to only be notified when updates to one or more types of events ({% data reusables.notifications-v2.custom-notification-types %}) happen within a repository, or ignore all notifications for a repository. For more information, see [Configuring your watch settings for an individual repository](#configuring-your-watch-settings-for-an-individual-repository) below.