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
'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'.")},
102
102
'pre-release': {type: 'boolean',cat: 'e',description: localize('install prerelease',"Installs the pre-release version of the extension, when using --install-extension")},
103
103
'uninstall-extension': {type: 'string[]',cat: 'e',args: 'ext-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
104
+
'download-extensions-locally': {type: 'boolean',cat: 'e',description: localize('downloadExtensionsLocally',"When enabled extensions are downloaded locally and installed on remote")},
104
105
'update-extensions': {type: 'boolean',cat: 'e',description: localize('updateExtensions',"Update the installed extensions.")},
105
106
'enable-proposed-api': {type: 'string[]',allowEmptyValue: true,cat: 'e',args: 'ext-id',description: localize('experimentalApis',"Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.")},
0 commit comments