mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
retry command exec when having arguments, when contributes, and not yet activated, #80338
This commit is contained in:
@@ -115,7 +115,7 @@ export interface MainThreadClipboardShape extends IDisposable {
|
||||
export interface MainThreadCommandsShape extends IDisposable {
|
||||
$registerCommand(id: string): void;
|
||||
$unregisterCommand(id: string): void;
|
||||
$executeCommand<T>(id: string, args: any[]): Promise<T | undefined>;
|
||||
$executeCommand<T>(id: string, args: any[], retry: boolean): Promise<T | undefined>;
|
||||
$getCommands(): Promise<string[]>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user