Skip to content

Commit

Permalink
correct comments (#180181)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Apr 18, 2023
1 parent 6d5b854 commit 752d995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vscode-dts/vscode.proposed.quickPickItemTooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

declare module 'vscode' {

// https://github.com/microsoft/vscode/issues/73904
// https://github.com/microsoft/vscode/issues/175662

export interface QuickPickItem {
/**
* An optional flag to sort the final results by index of first query match in label. Defaults to true.
* A tooltip that is rendered when hovering over the item.
*/
tooltip?: string | MarkdownString;
}
Expand Down

0 comments on commit 752d995

Please sign in to comment.