Skip to content

Commit

Permalink
#26948 Update the doc for view data provider in API
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed May 29, 2017
1 parent b4918a7 commit 09d2e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ declare module 'vscode' {

export namespace window {
/**
* Register a [TreeDataProvider](#TreeDataProvider) for the registered view `id`.
* @param viewId View id.
* Register a [TreeDataProvider](#TreeDataProvider) for the view contributed using the extension point `views`.
* @param viewId Id of the view contributed using the extension point `views`.
* @param treeDataProvider A [TreeDataProvider](#TreeDataProvider) that provides tree data for the view
*/
export function registerTreeDataProviderForView<T>(viewId: string, treeDataProvider: TreeDataProvider<T>): Disposable;
Expand Down

0 comments on commit 09d2e42

Please sign in to comment.