Skip to content

Commit a96f021

Browse files
committed
updates
1 parent 97f86a6 commit a96f021

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/ide/finding-and-using-visual-studio-extensions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Find and Manage Extension Packages
33
description: Learn about extensions in Visual Studio and how to manage them so you have the controls, samples, templates, tools, and other components that you need.
4-
ms.date: 08/01/2025
4+
ms.date: 08/08/2025
55
ms.topic: how-to
66
f1_keywords:
77
- vs.ExtensionManager
@@ -60,7 +60,7 @@ The left pane categorizes extensions by those that are available on Visual Studi
6060

6161
Tabs have buttons to filter and sort extensions, and a gear button that takes you to the **Tools** > **Options** screen.
6262

63-
You can Use the filter button to filter extensions by category. Categories include **Enabled**, **Disabled**, and **Incompatible**. In 17.14 and later, you can also filter by **Pending**, which filters by extensions that have updates that will be available the next time you restart Visual Studio.
63+
You can use the filter button to filter extensions by category. Categories for **Installed** extensions include **Enabled**, **Disabled**, and **Incompatible**. In 17.14 and later, you can also filter by **Pending**, which filters by extensions with updates that will be applied the next time you restart Visual Studio.
6464

6565
Use the sort button to sort by extension name, extension author, or date.
6666

@@ -80,15 +80,15 @@ To install extensions from Visual Studio:
8080

8181
After the download completes, you see a notification at the top of Extension Manager: "Your changes are scheduled. The modifications will begin when Microsoft Visual Studio is closed."
8282

83-
:::image type="content" source="media/finding-and-using-visual-studio-extensions/manage-extensions-install-notification.png" alt-text="Screenshot that shows the notification stating that changes are scheduled." lightbox="media/finding-and-using-visual-studio-extensions/manage-extensions-install-notification.png":::
83+
:::image type="content" source="media/finding-and-using-visual-studio-extensions/manage-extensions-install-notification.png" alt-text="Screenshot that shows the notification in Extension Manager stating that changes are scheduled." lightbox="media/finding-and-using-visual-studio-extensions/manage-extensions-install-notification.png":::
8484

8585
::: moniker-end
8686

8787
::: moniker range="<=vs-2019"
8888

8989
After the download completes, you'll see a notification at the bottom of the Manage Extensions dialog: "The extension is scheduled for install. Your extension will be installed after all instances of Visual Studio have been closed."
9090

91-
:::image type="content" source="media/vs-2019/manage-extensions-install-notification.png" alt-text="Screenshot that shows the notification stating that changes are scheduled." lightbox="media/vs-2019/manage-extensions-install-notification.png":::
91+
:::image type="content" source="media/vs-2019/manage-extensions-install-notification.png" alt-text="Screenshot that shows the notification in Extension Manager stating that changes are scheduled." lightbox="media/vs-2019/manage-extensions-install-notification.png":::
9292

9393
::: moniker-end
9494

@@ -104,7 +104,7 @@ Extensions that are packaged in *.vsix* files might be available in locations ot
104104
105105
## Uninstall or disable an extension
106106

107-
If you want to stop using an extension, you can either disable it or uninstall it. Disabling an extension keeps it installed but unloaded. Find the extension and, on the ellipsis menu (**...**), select **Uninstall** or **Disable**. Restart Visual Studio to unload a disabled extension.
107+
If you want to stop using an extension, you can either disable it or uninstall it. Disabling an extension keeps it installed but unloaded. Find the extension and select **Uninstall** or **Disable**. Restart Visual Studio to unload a disabled extension.
108108

109109
> [!NOTE]
110110
> You can disable VSIX-based extensions but not extensions that are installed via MSI. MSI-installed extensions can only be uninstalled.
@@ -155,7 +155,7 @@ The rest of this section describes changes available in Visual Studio 2022 17.14
155155

156156
Whenever you open the Extension Manager window, you automatically trigger updates. This ensures that you're consistently working with the latest features and don't need to manually initiate updates.
157157

158-
When an update is available for an extension, you see a yellow notification:
158+
When an update is available for an extension, you see a yellow notification infobar:
159159

160160
:::image type="content" source="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-notification-bar.png" alt-text="Screenshot showing how Visual Studio notifies you about extension updates that are available.":::
161161

docs/install/uninstall-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Uninstall or Remove Visual Studio
33
titleSuffix: ''
44
description: Uninstall or remove your installation of Visual Studio along with its integrated suite of productivity tools for developers.
5-
ms.date: 08/01/2025
5+
ms.date: 08/08/2025
66
ms.custom: vs-acquisition
77
ms.topic: how-to
88
f1_keywords:
@@ -110,12 +110,12 @@ To remove all installations of Visual Studio 2022 and the Visual Studio Installe
110110

111111
## Remove all by using InstallCleanup.exe
112112

113-
If you experience an error and can't repair or uninstall Visual Studio, you can run the InstallCleanup.exe tool to remove installation files and product information for all installed instances of Visual Studio 2017, Visual Studio 2019, or Visual Studio 2022.
113+
If you experience an error and can't repair or uninstall Visual Studio, you can run the `InstallCleanup.exe` tool to remove installation files and product information for all installed instances of Visual Studio 2017, Visual Studio 2019, or Visual Studio 2022.
114114

115115
> [!WARNING]
116116
> Use the InstallCleanup tool only as a last resort if repair or uninstallation fails. This tool might uninstall features from other Visual Studio installations or other products, which you then might need to repair or reinstall.
117117
118-
To run the InstallCleanup.exe tool:
118+
To run the `InstallCleanup.exe` tool:
119119

120120
1. Close the Visual Studio Installer.
121121
1. Open an administrator command prompt. To open an administrator command prompt, follow these steps:

0 commit comments

Comments
 (0)