mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Exposed Open/Save dialog title on public VSCode Proposed API (#90493)
Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
@@ -174,12 +174,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