mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
Remove unused fs import #133654
This commit is contained in:
@@ -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';
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user