Skip to content

Commit

Permalink
small typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amadare42 committed Jul 16, 2017
1 parent 3cfa565 commit d2f5c92
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 d2f5c92

Please sign in to comment.