Rename extHostProtocol to extHost.protocol

This commit is contained in:
Alex Dima
2016-07-12 19:33:55 +03:00
parent 70cba8bd0a
commit 581c260f9a
28 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ import {notImplemented} from 'vs/base/common/errors';
import {TPromise} from 'vs/base/common/winjs.base';
import {ITelemetryService, ITelemetryInfo} from 'vs/platform/telemetry/common/telemetry';
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
import {MainContext, MainThreadTelemetryShape} from './extHostProtocol';
import {MainContext, MainThreadTelemetryShape} from './extHost.protocol';
export class RemoteTelemetryService implements ITelemetryService {