mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
@@ -931,8 +931,10 @@ export interface MainThreadNotebookDocumentsAndEditorsShape extends IDisposable
|
||||
|
||||
export interface ExtHostExtensionManagementShape {
|
||||
$install(vsixPath: string): Thenable<string>;
|
||||
$showObsoleteExtensionApiUsageNotification(message: string): void;
|
||||
}
|
||||
|
||||
export interface MainThreadExtensionManagementShape extends IDisposable {
|
||||
$install(vsixPath: string): Thenable<string>;
|
||||
$showObsoleteExtensionApiUsageNotification(message: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user