mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
fs - some 💄 and enabling of graceful-fs centrally
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 { gracefulify } from 'graceful-fs';
|
||||
import { hostname, release } from 'os';
|
||||
import { raceTimeout } from 'vs/base/common/async';
|
||||
import { VSBuffer } from 'vs/base/common/buffer';
|
||||
@@ -56,9 +54,6 @@ class CliMain extends Disposable {
|
||||
) {
|
||||
super();
|
||||
|
||||
// Enable gracefulFs
|
||||
gracefulify(fs);
|
||||
|
||||
this.registerListeners();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user