move api to azdata (#6517)

* move api to azdata

* comments
This commit is contained in:
Alan Ren
2019-07-30 19:06:46 -07:00
committed by GitHub
parent 3f5bdb86cd
commit 892a8b5ced
7 changed files with 5339 additions and 5287 deletions

View File

@@ -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;
}