mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
wire-up dispose calls, #9384
This commit is contained in:
@@ -78,6 +78,7 @@ function ni() { return new Error('Not implemented'); }
|
||||
|
||||
export abstract class MainThreadCommandsShape {
|
||||
$registerCommand(id: string): TPromise<any> { throw ni(); }
|
||||
$unregisterCommand(id: string): TPromise<any> { throw ni(); }
|
||||
$executeCommand<T>(id: string, args: any[]): Thenable<T> { throw ni(); }
|
||||
$getCommands(): Thenable<string[]> { throw ni(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user