mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Merge remote-tracking branch 'origin' into rebornix/notebook
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user