From 08edb9868fadb9dfb4be3fa0692ef03ece898c84 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 10 Jan 2022 13:54:06 +0100 Subject: [PATCH] fix for describe '--start-server`. For #137658. --- src/vs/server/serverEnvironmentService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/server/serverEnvironmentService.ts b/src/vs/server/serverEnvironmentService.ts index be4935acb15..52493f44cfc 100644 --- a/src/vs/server/serverEnvironmentService.ts +++ b/src/vs/server/serverEnvironmentService.ts @@ -59,7 +59,7 @@ export const serverOptions: OptionDescriptions = { '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 ----- */