remove proposed API vscode.commands.onDidExecuteCommand

This commit is contained in:
Johannes Rieken
2019-08-15 15:22:45 +02:00
parent 985c775b38
commit 21de711cdf
5 changed files with 4 additions and 59 deletions

View File

@@ -223,11 +223,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
},
getCommands(filterInternal: boolean = false): Thenable<string[]> {
return extHostCommands.getCommands(filterInternal);
},
onDidExecuteCommand: proposedApiFunction(extension, (listener, thisArgs?, disposables?) => {
checkProposedApiEnabled(extension);
return extHostCommands.onDidExecuteCommand(listener, thisArgs, disposables);
}),
}
};
// namespace: env