Skip to content

Commit 3e5587d

Browse files
author
Greg Van Liew
authored
Remove extension via Marketplace management page (#5982)
1 parent 59c17a4 commit 3e5587d

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

api/working-with-extensions/publishing-extension.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,17 @@ vsce unpublish (publisher name).(extension name)
150150

151151
> **Note:** When you unpublish an extension, the Marketplace will remove any extension statistics it has collected. You may want to update your extension rather than unpublish it.
152152
153+
Alternatively, you can unpublish or remove an extension from the Marketplace [Manage Publishers & Extensions](https://marketplace.visualstudio.com/manage) page.
154+
155+
![Remove command on the Marketplace management page context menu](images/publishing-extension/remove-extension.png)
156+
157+
1. Click on extension **More Actions** menu button.
158+
2. Select **Remove**.
159+
160+
To prevent accidental unpublishing, you must confirm the remove operation by typing the extension name in the warning dialog. Note that the remove/unpublish action is irreversible.
161+
162+
![Remove extension warning asking to retype the extension name](images/publishing-extension/remove-warning.png)
163+
153164
## Deprecating extensions
154165

155166
An extension can be just deprecated or deprecated in favour of another extension or a setting. VS Code will not automatically migrate or uninstall deprecated extensions. VS Code will render extensions as deprecated in the UI, as shown in the search sample below where the first result is deprecated. If a deprecated extension has an alternative extension or a setting the VS Code UI will guide users to migrate to the new extension or setting.

0 commit comments

Comments
 (0)