Interface SearchInWorkspaceResult

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

Properties

Properties

fileUri: string
matches: SearchMatch[]
root: string