提交 43e0b18c 编写于 作者: H Harry Hedger

removed public

上级 b9c3c20a
......@@ -33,7 +33,7 @@ export interface ArgumentProcessor {
export class ExtHostCommands implements ExtHostCommandsShape {
private readonly _onDidExecuteCommand: Emitter<ICommandEvent>;
public readonly onDidExecuteCommandEmitter: Event<ICommandEvent>;
readonly onDidExecuteCommandEmitter: Event<ICommandEvent>;
private readonly _commands = new Map<string, CommandHandler>();
private readonly _proxy: MainThreadCommandsShape;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册