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: '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]'.")},
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
61
'uninstall-extension': {type: 'string[]',cat: 'e',args: 'extension-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
62
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.")},
'host': {type: 'string',cat: 'o',args: 'ip-address',description: nls.localize('host','The host name or IP address the server should listen to. If not set, defaults to `localhost`.')},
18
-
'port': {type: 'string',cat: 'o',args: 'port | port range',description: nls.localize('port','The port the server should listen to. If 0 is passed a random free port is picked. If a range in the format num-num is passed, a free port from the range is selected.')},
19
-
'pick-port': {type: 'string',deprecationMessage: 'Use the range notation in `port` instead.'},
20
-
'socket-path': {type: 'string',cat: 'o',args: 'path',description: nls.localize('socket-path','The path to a socket file for the server to listen to.')},
17
+
'host': {type: 'string',cat: 'o',args: 'ip-address',description: nls.localize('host',"The host name or IP address the server should listen to. If not set, defaults to 'localhost'.")},
18
+
'port': {type: 'string',cat: 'o',args: 'port | port range',description: nls.localize('port',"The port the server should listen to. If 0 is passed a random free port is picked. If a range in the format num-num is passed, a free port from the range is selected.")},
19
+
'pick-port': {type: 'string',deprecationMessage: "Use the range notation in 'port' instead."},
20
+
'socket-path': {type: 'string',cat: 'o',args: 'path',description: nls.localize('socket-path',"The path to a socket file for the server to listen to.")},
21
21
'connection-token': {type: 'string',cat: 'o',args: 'token',deprecates: ['connectionToken'],description: nls.localize('connection-token',"A secret that must be included with all requests.")},
22
22
'connection-token-file': {type: 'string',cat: 'o',args: 'path',deprecates: ['connection-secret','connectionTokenFile'],description: nls.localize('connection-token-file',"Path to a file that contains the connection token.")},
23
23
'without-connection-token': {type: 'boolean',cat: 'o',description: nls.localize('without-connection-token',"Run without a connection token. Only use this if the connection is secured by other means.")},
'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
-
'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')},
27
+
'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
+
'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")},
'start-server': {type: 'boolean',cat: 'e',description: nls.localize('start-server','Start the server when installing or uninstalling extensions. To be used in combination with `install-extension`, `install-builtin-extension` and `uninstall-extension`.')},
65
+
'start-server': {type: 'boolean',cat: 'e',description: nls.localize('start-server',"Start the server when installing or uninstalling extensions. To be used in combination with 'install-extension', 'install-builtin-extension' and 'uninstall-extension'.")},
0 commit comments