rename rpcService to extHostRpcService

This commit is contained in:
Johannes Rieken
2019-08-09 09:51:22 +02:00
parent c89d568be6
commit 7a6f22b3af
19 changed files with 27 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ import { Schemas } from 'vs/base/common/network';
import { withUndefinedAsNull } from 'vs/base/common/types';
import { IExtHostInitDataService } from 'vs/workbench/api/common/extHostInitDataService';
import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
import { IExtHostRpcService } from 'vs/workbench/api/common/rpcService';
import { IExtHostRpcService } from 'vs/workbench/api/common/extHostRpcService';
export interface IExtHostWorkspaceProvider {
getWorkspaceFolder2(uri: vscode.Uri, resolveParent?: boolean): Promise<vscode.WorkspaceFolder | undefined>;