Implemented onDidExecuteCommand api method

This commit is contained in:
Harry Hedger
2019-04-15 06:12:54 -07:00
parent 473af338e1
commit 8755a2aa35
13 changed files with 64 additions and 8 deletions

View File

@@ -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