This commit is contained in:
Sandeep Somavarapu
2021-03-30 14:29:44 +02:00
parent 9dbdcc4a0c
commit 291cc7c9d5
2 changed files with 14 additions and 14 deletions

View File

@@ -675,6 +675,7 @@ export class CodeApplication extends Disposable {
// Logger
const loggerChannel = new LoggerChannel(accessor.get(ILoggerService),);
mainProcessElectronServer.registerChannel('logger', loggerChannel);
sharedProcessClient.then(client => client.registerChannel('logger', loggerChannel));
// Extension Host Debug Broadcasting
const electronExtensionHostDebugBroadcastChannel = new ElectronExtensionHostDebugBroadcastChannel(accessor.get(IWindowsMainService));