Skip to content

Commit

Permalink
Remove unused fs import #133654
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Nov 8, 2021
1 parent 66b1668 commit a7104f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vs/workbench/services/search/node/rawSearchService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import * as fs from 'fs';
import * as gracefulFs from 'graceful-fs';
import * as arrays from 'vs/base/common/arrays';
import { CancelablePromise, createCancelablePromise } from 'vs/base/common/async';
import { CancellationToken } from 'vs/base/common/cancellation';
Expand All @@ -19,8 +17,6 @@ import { ICachedSearchStats, IFileQuery, IFileSearchProgressItem, IFileSearchSta
import { Engine as FileSearchEngine } from 'vs/workbench/services/search/node/fileSearch';
import { TextSearchEngineAdapter } from 'vs/workbench/services/search/node/textSearchAdapter';

gracefulFs.gracefulify(fs);

export type IProgressCallback = (p: ISerializedSearchProgressItem) => void;
export type IFileProgressCallback = (p: IFileSearchProgressItem) => void;

Expand Down

0 comments on commit a7104f1

Please sign in to comment.