@vscode/vsce 3.4.0 → 3.4.1-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/main.js +1 -1
- package/package.json +1 -1
package/out/main.js
CHANGED
|
@@ -238,7 +238,7 @@ module.exports = function (argv) {
|
|
|
238
238
|
})));
|
|
239
239
|
program
|
|
240
240
|
.command('unpublish [extensionid]')
|
|
241
|
-
.description('
|
|
241
|
+
.description('Removes an extension from the marketplace. Example extension id: ms-vscode.live-server.')
|
|
242
242
|
.option('-p, --pat <token>', 'Personal Access Token')
|
|
243
243
|
.option('--azure-credential', 'Use Microsoft Entra ID for authentication')
|
|
244
244
|
.option('-f, --force', 'Skip confirmation prompt when unpublishing an extension')
|