better names, better jsdoc, fixes #35141

This commit is contained in:
Johannes Rieken
2017-09-27 14:46:42 +02:00
parent ec0c0fe430
commit a5824e6daa
3 changed files with 18 additions and 15 deletions

View File

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