mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Only log server greeting to log file, not again to the console
This commit is contained in:
@@ -99,7 +99,7 @@ export async function setupServerServices(connectionToken: ServerConnectionToken
|
||||
logService.trace('process arguments:', environmentService.args);
|
||||
const serverGreeting = productService.serverGreeting.join('\n');
|
||||
if (serverGreeting) {
|
||||
logService.info(`\n\n${serverGreeting}\n\n`);
|
||||
spdLogService.info(`\n\n${serverGreeting}\n\n`);
|
||||
}
|
||||
|
||||
// ExtensionHost Debug broadcast service
|
||||
|
||||
Reference in New Issue
Block a user