Skip to content

Repo sync for protected branch #10281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion docs/ide/visual-studio-github-copilot-install-and-states.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Install and manage GitHub Copilot in Visual Studio
description: Install GitHub Copilot in Visual Studio and manage copilot state by using the Copilot badge in the IDE.
ms.date: 5/22/2024
ms.date: 6/14/2024
ms.topic: install-set-up-deploy
author: anandmeg
ms.author: meghaanand
Expand Down Expand Up @@ -123,6 +123,24 @@ If you choose to not install Copilot, you can select **Hide Copilot** from the d

:::image type="content" source="media/vs-2022/visual-studio-github-copilot-install-and-states/copilot-state-not-installed.png" alt-text="Screenshot of Copilot badge when Copilot isn't installed.":::

## Disable Copilot

### Hide Copilot badge

You can hide the GitHub Copilot badge in the Visual Studio IDE by unselecting **Tools** > **Options** > **Environment** > **Hide Copilot menu badge**.

:::image type="content" source="media/vs-2022/visual-studio-github-copilot-install-and-states/hide-copilot-badge.png" alt-text="Screenshot of option to hide copilot badge in Tools > Options.":::

### Uninstall Copilot

You can remove the GitHub Copilot component from your Visual Studio instance by using the Visual Studio Installer.

1. Launch the Visual Studio Installer by selecting **Tools** > **Get Tools and Features**.
1. Select **Individual components**.
1. Type "copilot" in the search box.
1. Uncheck **GitHub Copilot** and select **Modify**.
1. Restart Visual Studio, and select **Hide Copilot** from the Copilot status icon dropdown to hide the badge.

## Next steps

To learn more, consider exploring the following resources:
Expand Down