Skip to content

Commit 4f003dd

Browse files
Broader description that would include inline buttons (microsoft#223426)
Fixes microsoft#223338
1 parent f0e1640 commit 4f003dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12433,7 +12433,7 @@ declare module 'vscode' {
1243312433
buttons: readonly QuickInputButton[];
1243412434

1243512435
/**
12436-
* An event signaling when a button in the title bar was triggered.
12436+
* An event signaling when a top level button (buttons stored in {@link buttons}) was triggered.
1243712437
* This event does not fire for buttons on a {@link QuickPickItem}.
1243812438
*/
1243912439
readonly onDidTriggerButton: Event<QuickInputButton>;

0 commit comments

Comments
 (0)