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.")},
57
57
'show-versions': {type: 'boolean',cat: 'e',description: localize('showVersions',"Show versions of installed extensions, when using --list-extensions.")},
58
58
'category': {type: 'string',cat: 'e',description: localize('category',"Filters installed extensions by provided category, when using --list-extensions."),args: 'category'},
59
-
'install-extension': {type: 'string[]',cat: 'e',args: 'extension-id[@version] | path-to-vsix',description: localize('installExtension',"Installs or updates the extension. The identifier of an extension is always '${publisher}.${name}'. Use '--force' argument to update to latest version. To install a specific version provide '@${version}'. For example: '[email protected]'.")},
59
+
'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: '[email protected]'.")},
60
60
'pre-release': {type: 'boolean',cat: 'e',description: localize('install prerelease',"Installs the pre-release version of the extension, when using --install-extension")},
61
-
'uninstall-extension': {type: 'string[]',cat: 'e',args: 'extension-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
62
-
'enable-proposed-api': {type: 'string[]',cat: 'e',args: 'extension-id',description: localize('experimentalApis',"Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.")},
61
+
'uninstall-extension': {type: 'string[]',cat: 'e',args: 'ext-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
62
+
'enable-proposed-api': {type: 'string[]',cat: 'e',args: 'ext-id',description: localize('experimentalApis',"Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.")},
'disable-extensions': {type: 'boolean',deprecates: ['disableExtensions'],cat: 't',description: localize('disableExtensions',"Disable all installed extensions.")},
74
-
'disable-extension': {type: 'string[]',cat: 't',args: 'extension-id',description: localize('disableExtension',"Disable an extension.")},
75
-
'sync': {type: 'string',cat: 't',description: localize('turn sync',"Turn sync on or off."),args: ['on','off']},
74
+
'disable-extension': {type: 'string[]',cat: 't',args: 'ext-id',description: localize('disableExtension',"Disable an extension.")},
75
+
'sync': {type: 'string',cat: 't',description: localize('turn sync',"Turn sync on or off."),args: ['on | off']},
76
76
77
77
'inspect-extensions': {type: 'string',deprecates: ['debugPluginHost'],args: 'port',cat: 't',description: localize('inspect-extensions',"Allow debugging and profiling of extensions. Check the developer tools for the connection URI.")},
78
78
'inspect-brk-extensions': {type: 'string',deprecates: ['debugBrkPluginHost'],args: 'port',cat: 't',description: localize('inspect-brk-extensions',"Allow debugging and profiling of extensions with the extension host being paused after start. Check the developer tools for the connection URI.")},
'accept-server-license-terms': {type: 'boolean',cat: 'o',description: nls.localize('acceptLicenseTerms',"If set, the user accepts the server license terms and the server will be started without a user prompt.")},
28
28
'server-data-dir': {type: 'string',cat: 'o',description: nls.localize('serverDataDir',"Specifies the directory that server data is kept in.")},
29
-
'telemetry-level': {type: 'string',cat: 'o',args: 'off | crash | error | all',description: nls.localize('telemetry-level',"Sets the initial telemetry level. If not specified, the server will await a connection before sending any telemetry. Setting this to off is equivalent to --disable-telemetry")},
29
+
'telemetry-level': {type: 'string',cat: 'o',args: 'level',description: nls.localize('telemetry-level',"Sets the initial telemetry level. Valid levels are: 'off', 'crash', 'error' and 'all'. If not specified, the server will await a connection before sending any telemetry. Setting this to 'off' is equivalent to --disable-telemetry")},
0 commit comments