Skip to content

Commit

Permalink
fix save dialog options, #13807
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Sep 8, 2017
1 parent aed2c7c commit 95bfa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ declare module 'vscode' {

export namespace window {
export function showOpenDialog(options: OpenDialogOptions): Thenable<Uri[]>;
export function showSaveDialog(options: OpenDialogOptions): Thenable<Uri>;
export function showSaveDialog(options: SaveDialogOptions): Thenable<Uri>;
}

// todo@joh discover files etc
Expand Down

0 comments on commit 95bfa68

Please sign in to comment.