Skip to content

Commit

Permalink
Not implementing onDidSelectItem for now. (#45589)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 26, 2018
1 parent fa155b7 commit addd944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,7 @@ declare module 'vscode' {

/**
* An optional function that is invoked whenever an item is selected.
* (Only honored when the picker does not allow multiple selections.)
*/
onDidSelectItem?(item: QuickPickItem | string): any;
}
Expand Down

0 comments on commit addd944

Please sign in to comment.