未验证 提交 9ee247f3 编写于 作者: G Gustavo Cassel 提交者: GitHub

Improved documentation of 'title' property on OpenDialogOptions and SaveDialogOptions (#91633)

上级 5eda4d61
......@@ -1705,7 +1705,10 @@ declare module 'vscode' {
*/
export interface OpenDialogOptions {
/**
* Dialog title
* Dialog title.
*
* Depending on the underlying operating system this parameter might be ignored, since some
* systems do not present title on open dialogs.
*/
title?: string;
}
......@@ -1715,7 +1718,10 @@ declare module 'vscode' {
*/
export interface SaveDialogOptions {
/**
* Dialog title
* Dialog title.
*
* Depending on the underlying operating system this parameter might be ignored, since some
* systems do not present title on save dialogs.
*/
title?: string;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册