We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fad2a commit ad970ccCopy full SHA for ad970cc
1 file changed
src/vs/platform/dialogs/common/dialogs.ts
@@ -230,7 +230,7 @@ export interface IFileDialogService {
230
pickWorkspaceAndOpen(options: IPickAndOpenOptions): Promise<void>;
231
232
/**
233
- * Shows a save file file dialog and save the file at the chosen file URI.
+ * Shows a save file dialog and save the file at the chosen file URI.
234
*/
235
pickFileToSave(options: ISaveDialogOptions): Promise<URI | undefined>;
236
0 commit comments