mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
better names, better jsdoc, fixes #35141
This commit is contained in:
@@ -119,9 +119,9 @@ export interface MainThreadDiagnosticsShape extends IDisposable {
|
||||
export interface MainThreadDialogOpenOptions {
|
||||
defaultUri?: URI;
|
||||
openLabel?: string;
|
||||
openFiles?: boolean;
|
||||
openFolders?: boolean;
|
||||
openMany?: boolean;
|
||||
canSelectFiles?: boolean;
|
||||
canSelectFolders?: boolean;
|
||||
canSelectMany?: boolean;
|
||||
filters?: { [name: string]: string[] };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user