Skip to content

Implement previewOptions for TextSearchProvider extension API #57186

Description

@roblourens

The VS Code search view, and the findTextInFiles API, should be able to request the small portion of the search preview that it is able to display.

export interface TextSearchPreviewOptions {
	maxLines: number;
	leadingChars: number;
	totalChars: number;
}

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityon-testplansearchSearch widget and operation issues

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions