add explict region-comment

上级 fc41c9fb
......@@ -1119,6 +1119,13 @@ declare module 'vscode' {
* An optional flag to sort the final results by index of first query match in label. Defaults to true.
*/
sortByLabel: boolean;
}
//#endregion
//#region https://github.com/microsoft/vscode/issues/132068
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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册