Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete a published vscode extension?

I developed a vscode test extension and published it before, and now delete it.How to delete a published vscode extension?

like image 434
JC-Ge Avatar asked Oct 12 '25 09:10

JC-Ge


1 Answers

You can run vsce unpublish extension.id to do this from the command line

You can also unpublished through the marketplace website by signing in and visiting: https://marketplace.visualstudio.com/manage/ Right click on one of your the extensions to unpublished it:

Unpublishing an extension using the marketplace website

like image 91
Matt Bierner Avatar answered Oct 15 '25 15:10

Matt Bierner