File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7014,6 +7014,11 @@ declare module 'vscode' {
70147014 */
70157015 readonly onDidChangeVisibility : Event < TreeViewVisibilityChangeEvent > ;
70167016
7017+ /**
7018+ * An optional human-readable message that will be rendered in the view.
7019+ */
7020+ message ?: string ;
7021+
70177022 /**
70187023 * Reveals the given element in the tree view.
70197024 * If the tree view is not visible then the tree view is shown and element is revealed.
Original file line number Diff line number Diff line change @@ -820,12 +820,6 @@ declare module 'vscode' {
820820 //#region Tree View
821821
822822 export interface TreeView < T > {
823-
824- /**
825- * An optional human-readable message that will be rendered in the view.
826- */
827- message ?: string ;
828-
829823 /**
830824 * The name of the tree view. It is set from the extension package.json and can be changed later.
831825 */
You can’t perform that action at this time.
0 commit comments