mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
#57186 - fix findTextInFiles
This commit is contained in:
@@ -510,7 +510,7 @@ suite('workspace-namespace', () => {
|
||||
});
|
||||
});
|
||||
|
||||
test.skip('findTextInFiles', async () => {
|
||||
test('findTextInFiles', async () => {
|
||||
const results: vscode.TextSearchResult[] = [];
|
||||
await vscode.workspace.findTextInFiles({ pattern: 'foo' }, { include: '*.ts' }, result => {
|
||||
results.push(result);
|
||||
|
||||
Reference in New Issue
Block a user