Test: Finalization of QuickInputItem
inline actions API
#137741
Labels
Milestone
QuickInputItem
inline actions API
#137741
Refs: #88716
Complexity: 4
Create Issue
This iteration, we introduced a new proposed quick pick API... Buttons on QuickPick Items!
definition:
Please play around with this API addition and let me know what you think. Keep in mind, you may see this issue: #109969
Use
keepScrollPosition
property on the QuickPick to help with this.Full steps if you need them:
npx vscode-dts main
in the root of the extension repo to get the latest vscode.d.ts API typingsthese buttons are only supported on the
window.createQuickPick
object and not on the simplershowQuickPick
Useful stuff
npx vscode-dts main
package.json
(see below)npx vscode-dts dev
to get the typingsThe text was updated successfully, but these errors were encountered: