提交 8bcb65bb 编写于 作者: S Sandeep Somavarapu

#61312 Revert to proposed

上级 c8d9db0a
...@@ -6580,11 +6580,6 @@ declare module 'vscode' { ...@@ -6580,11 +6580,6 @@ declare module 'vscode' {
*/ */
readonly onDidChangeVisibility: Event<TreeViewVisibilityChangeEvent>; readonly onDidChangeVisibility: Event<TreeViewVisibilityChangeEvent>;
/**
* An optional human-readable message that will be rendered in the view.
*/
message?: string | MarkdownString;
/** /**
* Reveals the given element in the tree view. * Reveals the given element in the tree view.
* If the tree view is not visible then the tree view is shown and element is revealed. * If the tree view is not visible then the tree view is shown and element is revealed.
......
...@@ -1090,6 +1090,15 @@ declare module 'vscode' { ...@@ -1090,6 +1090,15 @@ declare module 'vscode' {
//#region Tree View //#region Tree View
export interface TreeView<T> {
/**
* An optional human-readable message that will be rendered in the view.
*/
message?: string | MarkdownString;
}
/** /**
* Label describing the [Tree item](#TreeItem) * Label describing the [Tree item](#TreeItem)
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册