We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d3006 commit ab220b2Copy full SHA for ab220b2
src/vs/platform/dialogs/electron-main/dialogMainService.ts
@@ -82,7 +82,8 @@ export class DialogMainService implements IDialogMainService {
82
const dialogOptions: OpenDialogOptions = {
83
title: options.title,
84
buttonLabel: options.buttonLabel,
85
- filters: options.filters
+ filters: options.filters,
86
+ defaultPath: options.defaultPath
87
};
88
89
// Ensure properties
0 commit comments