Merge remote-tracking branch 'origin' into rebornix/notebook

This commit is contained in:
rebornix
2020-02-19 11:42:28 -08:00
87 changed files with 1030 additions and 949 deletions

View File

@@ -175,12 +175,14 @@ export interface MainThreadDialogOpenOptions {
canSelectFolders?: boolean;
canSelectMany?: boolean;
filters?: { [name: string]: string[]; };
title?: string;
}
export interface MainThreadDialogSaveOptions {
defaultUri?: UriComponents;
saveLabel?: string;
filters?: { [name: string]: string[]; };
title?: string;
}
export interface MainThreadDiaglogsShape extends IDisposable {