提交 8be59ce6 编写于 作者: R Rob Lourens

Fix #57419

上级 08c54c7e
......@@ -87,10 +87,12 @@ declare module 'vscode' {
/**
* Options to specify the size of the result text preview.
* These options don't affect the size of the match itself, just the amount of preview text.
*/
export interface TextSearchPreviewOptions {
/**
* The maximum number of lines in the preview.
* Only search providers that support multiline search will ever return more than one line in the match.
*/
maxLines: number;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册