Skip to content

Commit 5efdf05

Browse files
committed
Extension Manager updates for 17.14
1 parent 1ae8332 commit 5efdf05

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ To restrict when per-user extensions load:
119119

120120
### Automatic extension updates
121121

122+
:::moniker range=">=vs-2019"
123+
122124
Extensions are updated automatically when a new version is available on Visual Studio Marketplace. The new version of the extension is detected and installed in the background. The next time you open Visual Studio, the new version of the extension will be running.
123125

124126
If you want to disable automatic updates, you can disable the feature for all extensions or for only specific extensions.
@@ -127,6 +129,48 @@ If you want to disable automatic updates, you can disable the feature for all ex
127129

128130
- To disable automatic updates for a specific extension, clear the **Automatically update this extension** option in the extension's details pane on the right side of Extension Manager.
129131

132+
:::moniker-end
133+
134+
:::moniker range=">=vs-2022"
135+
136+
Extensions are updated automatically when a new version is available on Visual Studio Marketplace. The new version of the extension is detected and installed in the background. The next time you open Visual Studio, the new version of the extension will be running.
137+
138+
If you want to disable automatic updates, you can disable the feature for all extensions or for only specific extensions.
139+
140+
- To disable automatic updates for all extensions, select the **View Settings** button in the **Extensions** > **Manage Extensions** dialog. In the **Options** dialog, under **Environment** > **Extensions**, clear **Automatically update extensions**.
141+
142+
- To disable automatic updates for a specific extension, clear the **Automatically update this extension** option in the extension's details pane on the right side of Extension Manager.
143+
144+
### Manage automatic updates (17.14 and later)
145+
146+
Changes in Visual Studio 2022 17.14 and later make it easier to see what's going on with extension updates, and manage auto-update settings from Extension Manager or in **Tools** > **Options**.
147+
148+
Whenever you open the Extension Manager window, you automatically trigger updates. This ensures you are consistently working with the latest features and fixes without needing to manually initiate updates.
149+
150+
When an update is available for an extension, you see a notification in a yellow infobar:
151+
152+
:::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.":::
153+
154+
Also, an infobar appears when updates are applied, reminding you to restart Visual Studio so that the extensions take effect.
155+
156+
Settings for automatic updates are available on the extension page:
157+
158+
:::image type="content" source="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-update-automatically.png" alt-text="Screenshot showing how to toggle whether an extension is updated automatically." lightbox="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-update-automatically.png" :::
159+
160+
A new **Pending** category enables you to view only pending updates or modifications.
161+
162+
:::image type="content" source="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-category-pending.png" alt-text="Screenshot showing how to filter the extension list to view only extensions with pending updates." lightbox="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-category-pending.png" :::
163+
164+
#### Auto update settings
165+
166+
You can also configure auto-update settings in **Tools > Options**.
167+
168+
:::image type="content" source="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-tools-options.png" alt-text="Screenshot showing how to configure automatic extension updates in Tools > Options." lightbox="./media/vs-2022/finding-and-using-visual-studio-extensions/extension-manager-tools-options.png" :::
169+
170+
An excluded extensions list is shown that shows the extensions you choose to exclude from automatic updates.
171+
172+
:::moniker-end
173+
130174
### Crash and unresponsiveness notifications
131175

132176
Visual Studio notifies you if it suspects that an extension was involved in a crash during a previous session. When Visual Studio crashes, it stores the exception stack. The next time Visual Studio starts, it examines the stack, starting with the leaf and working towards the base. If Visual Studio determines that a frame belongs to a module that's part of an installed and enabled extension, it shows a notification.
127 KB
Loading
95.5 KB
Loading
83.6 KB
Loading
122 KB
Loading

0 commit comments

Comments
 (0)