You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'list-extensions': {type: 'boolean',cat: 'e',description: localize('listExtensions',"List the installed extensions.")},
87
87
'show-versions': {type: 'boolean',cat: 'e',description: localize('showVersions',"Show versions of installed extensions, when using --list-extensions.")},
88
-
'category': {type: 'string',cat: 'e',description: localize('category',"Filters installed extensions by provided category, when using --list-extensions."),args: 'category'},
88
+
'category': {type: 'string',allowEmptyValue: true,cat: 'e',description: localize('category',"Filters installed extensions by provided category, when using --list-extensions."),args: 'category'},
89
89
'install-extension': {type: 'string[]',cat: 'e',args: 'ext-id | path',description: localize('installExtension',"Installs or updates an extension. The argument is either an extension id or a path to a VSIX. The identifier of an extension is '${publisher}.${name}'. Use '--force' argument to update to latest version. To install a specific version provide '@${version}'. For example: 'vscode.csharp@1.2.3'.")},
90
90
'pre-release': {type: 'boolean',cat: 'e',description: localize('install prerelease',"Installs the pre-release version of the extension, when using --install-extension")},
91
91
'uninstall-extension': {type: 'string[]',cat: 'e',args: 'ext-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
0 commit comments