Skip to content

Commit

Permalink
api todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 21, 2021
1 parent edd747f commit 5fb3fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2103,6 +2103,7 @@ declare module 'vscode' {
* @param item An unresolved test item for which
* children are being requested
*/
// todo@API resolveHandler
resolveChildrenHandler?: (item: TestItem | undefined) => Thenable<void> | void;

/**
Expand Down

0 comments on commit 5fb3fbf

Please sign in to comment.