This commit is contained in:
Tyler Leonhardt 2021-09-28 15:58:34 -07:00
parent 820bbbebc9
commit 5af0ab6518
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

View file

@ -1121,7 +1121,7 @@ declare module 'vscode' {
export interface QuickPick<T extends QuickPickItem> extends QuickInput {
/*
* An optional flag that can be set to true to maintain the scroll position of the quick pick when the quick pick items are updated. Defaults to false.
* An optional flag to maintain the scroll position of the quick pick when the quick pick items are updated. Defaults to false.
*/
keepScrollPosition?: boolean;
}