Skip to content

Commit

Permalink
Merge pull request #30819 from amadare42/master
Browse files Browse the repository at this point in the history
QuickPickOptions unusable typings small fix
  • Loading branch information
jrieken committed Jul 26, 2017
2 parents 2579571 + d2f5c92 commit 7636d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ declare module 'vscode' {
/**
* An optional function that is invoked whenever an item is selected.
*/
onDidSelectItem?<T extends QuickPickItem>(item: T | string): any;
onDidSelectItem?(item: QuickPickItem | string): any;
}

/**
Expand Down

0 comments on commit 7636d6b

Please sign in to comment.