提交 d5a91097 编写于 作者: J Johannes Rieken

api changes

上级 0a58b65a
......@@ -1059,14 +1059,19 @@ declare namespace vscode {
export interface QuickPickItem {
/**
* A label. Will be rendered prominent.
* A human readable string which is rendered prominent.
*/
label: string;
/**
* A description. Will be rendered less prominent.
* A human readable string which is rendered less prominent.
*/
description: string;
/**
* A human readable string which is rendered less prominent.
*/
detail?: string;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册