mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
rename rpcService to extHostRpcService
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import { MainContext, MainThreadStorageShape, ExtHostStorageShape } from './extHost.protocol';
|
||||
import { Emitter } from 'vs/base/common/event';
|
||||
import { IExtHostRpcService } from 'vs/workbench/api/common/rpcService';
|
||||
import { IExtHostRpcService } from 'vs/workbench/api/common/extHostRpcService';
|
||||
import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
|
||||
|
||||
export interface IStorageChangeEvent {
|
||||
|
||||
Reference in New Issue
Block a user