提交 95bfa687 编写于 作者: J Johannes Rieken

fix save dialog options, #13807

上级 aed2c7cc
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册