mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Rename extHostProtocol to extHost.protocol
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
|
||||
import {ICommandService, CommandsRegistry, ICommandHandlerDescription} from 'vs/platform/commands/common/commands';
|
||||
import {TPromise} from 'vs/base/common/winjs.base';
|
||||
import {ExtHostContext, ExtHostCommandsShape} from './extHostProtocol';
|
||||
import {ExtHostContext, ExtHostCommandsShape} from './extHost.protocol';
|
||||
|
||||
export class MainThreadCommands {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user