Skip to content

Test: Finalization of keepScrollPosition: boolean in quickpick API #137740

@TylerLeonhardt

Description

@TylerLeonhardt

Refs: #132068

Complexity: 3

Create Issue


This iteration we added a new property on the QuickPick object that allows you to control whether or not the scroll position (cursorTop) in the quickpick moves back to the top of the list.

  • Create a new extension
  • Get the latest vscode.d.ts: npx vscode-dts main
  • using the QuickPick object you get back from the window.createQuickPick() API, play with the new keepScrollPosition: boolean

Usecases:

Useful stuff

	"enabledApiProposals": [
		"quickPickSeparators"
	],

Note the name of the proposed API is gathered from the file name in the vscode-dts folder

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions