mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
fix #37484
This commit is contained in:
@@ -429,7 +429,7 @@ export interface MainThreadWindowShape extends IDisposable {
|
||||
// -- extension host
|
||||
|
||||
export interface ExtHostCommandsShape {
|
||||
$executeContributedCommand<T>(id: string, ...args: any[]): Thenable<T>;
|
||||
$executeContributedCommand<T>(id: string, ...args: any[]): Thenable<void>;
|
||||
$getContributedCommandHandlerDescriptions(): TPromise<{ [id: string]: string | ICommandHandlerDescription }>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user