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

@@ -18,7 +18,7 @@ import {ExtHostCommands} from 'vs/workbench/api/node/extHostCommands';
import {ExtHostDiagnostics} from 'vs/workbench/api/node/extHostDiagnostics';
import {INavigateTypesSupport, ITypeBearing} from 'vs/workbench/parts/search/common/search';
import {asWinJsPromise, ShallowCancelThenPromise} from 'vs/base/common/async';
import {MainContext, MainThreadLanguageFeaturesShape} from './extHostProtocol';
import {MainContext, MainThreadLanguageFeaturesShape} from './extHost.protocol';
import {regExpLeadsToEndlessLoop} from 'vs/base/common/strings';
// --- adapter