Why the vsce command for removing an extension is called unpublish? #2673
Unanswered
ptrptrd
asked this question in
Extension Development QnA
Replies: 1 comment
-
HI @ptrptrd , I see your point, and yes, maybe there should be different commands for different approaches. But, I think the best place for this discussion would be the VS Code Extension Manager repo (https://github.com/microsoft/vscode-vsce). In fact, if you look for Maybe even the VS Marketplace team (which has its on Feedback Channel at https://github.com/microsoft/vsmarketplace would be part of the discussion. Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/microsoft/vscode-docs/blob/main/api/working-with-extensions/publishing-extension.md#removing-extensions
The docs above states, that user can use
vsce unpublish
for removing an extension.But the help section of the
vsce unpublish
states that it unpublishes extension:Is it intended to be as it is? Or can we make the differentiation between removing and unpublishing an extension to be not ambiguous?
My idea would be renaming the
vsce unpublish
or add another commandvsce remove
to remove an extension.Beta Was this translation helpful? Give feedback.
All reactions