mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
tsfmt - src
This commit is contained in:
@@ -30,8 +30,8 @@ import { TelemetryAppenderChannel } from 'vs/platform/telemetry/common/telemetry
|
||||
import { TelemetryService, ITelemetryServiceConfig } from 'vs/platform/telemetry/common/telemetryService';
|
||||
import { AppInsightsAppender } from 'vs/platform/telemetry/node/appInsightsAppender';
|
||||
import { ISharedProcessInitData } from './sharedProcess';
|
||||
import {IChoiceService} from 'vs/platform/message/common/message';
|
||||
import {ChoiceChannelClient} from 'vs/platform/message/common/messageIpc';
|
||||
import { IChoiceService } from 'vs/platform/message/common/message';
|
||||
import { ChoiceChannelClient } from 'vs/platform/message/common/messageIpc';
|
||||
import { WindowEventChannelClient } from 'vs/code/common/windowsIpc';
|
||||
import { IWindowEventService, ActiveWindowManager } from 'vs/code/common/windows';
|
||||
|
||||
@@ -66,7 +66,7 @@ function main(server: Server, initData: ISharedProcessInitData): void {
|
||||
services.set(IConfigurationService, new SyncDescriptor(ConfigurationService));
|
||||
services.set(IRequestService, new SyncDescriptor(RequestService));
|
||||
|
||||
const windowEventService:IWindowEventService = new WindowEventChannelClient(server.getChannel('windowEvent', {
|
||||
const windowEventService: IWindowEventService = new WindowEventChannelClient(server.getChannel('windowEvent', {
|
||||
routeCall: (command: any, arg: any) => {
|
||||
return 'main';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user