mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix for describe '--start-server`. For #137658.
This commit is contained in:
@@ -59,7 +59,7 @@ export const serverOptions: OptionDescriptions<ServerParsedArgs> = {
|
||||
'force': OPTIONS['force'],
|
||||
'do-not-sync': OPTIONS['do-not-sync'],
|
||||
'pre-release': OPTIONS['pre-release'],
|
||||
'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 `install-builtin-extension`.') },
|
||||
'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`.') },
|
||||
|
||||
|
||||
/* ----- remote development options ----- */
|
||||
|
||||
Reference in New Issue
Block a user