mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
removed public
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user