Made recommended changes

This commit is contained in:
Harry Hedger
2019-04-16 01:51:22 -07:00
parent 8755a2aa35
commit b9c3c20a75
13 changed files with 32 additions and 14 deletions

View File

@@ -231,9 +231,9 @@ export function createApiFactory(
getCommands(filterInternal: boolean = false): Thenable<string[]> {
return extHostCommands.getCommands(filterInternal);
},
onDidExecuteCommand: (listener, thisArgs?, disposables?) => {
onDidExecuteCommand: proposedApiFunction(extension, (listener, thisArgs?, disposables?) => {
return extHostCommands.onDidExecuteCommand(listener, thisArgs, disposables);
},
}),
};
// namespace: env