diff --git a/src/vs/vscode.proposed.d.ts b/src/vs/vscode.proposed.d.ts index daa3956492b..6469c937285 100644 --- a/src/vs/vscode.proposed.d.ts +++ b/src/vs/vscode.proposed.d.ts @@ -1121,7 +1121,7 @@ declare module 'vscode' { export interface QuickPick 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; }