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 {FileChangesEvent, FileChangeType} from 'vs/platform/files/common/files';
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
import {IEventService} from 'vs/platform/event/common/event';
import {RunOnceScheduler} from 'vs/base/common/async';
import {ExtHostContext, ExtHostFileSystemEventServiceShape, FileSystemEvents} from './extHostProtocol';
import {ExtHostContext, ExtHostFileSystemEventServiceShape, FileSystemEvents} from './extHost.protocol';
export class MainThreadFileSystemEventService {