Revert "fix #37484"

This reverts commit c8a8fc7ddd.
This commit is contained in:
Johannes Rieken
2017-11-02 11:15:17 +01:00
parent 810eab9bbb
commit 47bd8ae1ca
3 changed files with 5 additions and 24 deletions

View File

@@ -429,7 +429,7 @@ export interface MainThreadWindowShape extends IDisposable {
// -- extension host
export interface ExtHostCommandsShape {
$executeContributedCommand<T>(id: string, ...args: any[]): Thenable<void>;
$executeContributedCommand<T>(id: string, ...args: any[]): Thenable<T>;
$getContributedCommandHandlerDescriptions(): TPromise<{ [id: string]: string | ICommandHandlerDescription }>;
}