mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
Fix #59458 - implement context options for text search (ripgrep)
This commit is contained in:
@@ -183,7 +183,7 @@ export class MainThreadWorkspace implements MainThreadWorkspaceShape {
|
||||
query._reason = 'startTextSearch';
|
||||
|
||||
const onProgress = (p: ISearchProgressItem) => {
|
||||
if (p.matches) {
|
||||
if (p.results) {
|
||||
this._proxy.$handleTextSearchResult(p, requestId);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user