mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
serverGreeting is optional
This commit is contained in:
@@ -97,9 +97,8 @@ export async function setupServerServices(connectionToken: ServerConnectionToken
|
||||
|
||||
logService.trace(`Remote configuration data at ${REMOTE_DATA_FOLDER}`);
|
||||
logService.trace('process arguments:', environmentService.args);
|
||||
const serverGreeting = productService.serverGreeting.join('\n');
|
||||
if (serverGreeting) {
|
||||
spdLogService.info(`\n\n${serverGreeting}\n\n`);
|
||||
if (Array.isArray(productService.serverGreeting)) {
|
||||
spdLogService.info(`\n\n${productService.serverGreeting.join('\n')}\n\n`);
|
||||
}
|
||||
|
||||
// ExtensionHost Debug broadcast service
|
||||
|
||||
Reference in New Issue
Block a user