interface SearchInWorkspaceResult {
    fileUri: string;
    matches: SearchMatch[];
    root: string;
}

Hierarchy (view full)

Properties

Properties

fileUri: string

The string uri to the file containing the result.

matches: SearchMatch[]

matches found in the file

root: string

The string uri to the root folder that the search was performed.