mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Implemented onDidExecuteCommand api method
This commit is contained in:
@@ -230,7 +230,10 @@ export function createApiFactory(
|
||||
},
|
||||
getCommands(filterInternal: boolean = false): Thenable<string[]> {
|
||||
return extHostCommands.getCommands(filterInternal);
|
||||
}
|
||||
},
|
||||
onDidExecuteCommand: (listener, thisArgs?, disposables?) => {
|
||||
return extHostCommands.onDidExecuteCommand(listener, thisArgs, disposables);
|
||||
},
|
||||
};
|
||||
|
||||
// namespace: env
|
||||
|
||||
Reference in New Issue
Block a user