Skip to content

Commit 68f2488

Browse files
committed
Update TreeView reveal doc in response to comment
microsoft#98095 (comment)
1 parent 2585052 commit 68f2488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7889,7 +7889,7 @@ declare module 'vscode' {
78897889
* In order to expand the revealed element, set the option `expand` to `true`. To expand recursively set `expand` to the number of levels to expand.
78907890
* **NOTE:** You can expand only to 3 levels maximum.
78917891
*
7892-
* **NOTE:** [TreeDataProvider](#TreeDataProvider) is required to implement [getParent](#TreeDataProvider.getParent) method to access this API.
7892+
* **NOTE:** The [TreeDataProvider](#TreeDataProvider) that the `TreeView` [is registered with](#window.createTreeView) with must implement [getParent](#TreeDataProvider.getParent) method to access this API.
78937893
*/
78947894
reveal(element: T, options?: { select?: boolean, focus?: boolean, expand?: boolean | number }): Thenable<void>;
78957895
}

0 commit comments

Comments
 (0)