Refs: #82871
Complexity: 3
The OpenDialogOptions and SaveDialogOptions both include a title property in the proposed API. Write an extension that shows an open and a save dialog with the title option set.
Verify:
- That the title specified is used when the dialog is shown. Compare the behavior to that of File -> Open Workspace and File -> Save Workspace as.. If the title of those dialogs is set to mention "workspace", then this proposed API should also set the title on the OS that you're using.
- That the API makes sense (the name just comes from electron)
- That the simple file dialog respects this title. This can be tested by enabling the simple file dialog in settings or by connecting to a remote.
Refs: #82871
Complexity: 3
The
OpenDialogOptionsandSaveDialogOptionsboth include atitleproperty in the proposed API. Write an extension that shows an open and a save dialog with the title option set.Verify: