Use patched fs (fixes #22019)

This commit is contained in:
Christof Marti
2017-03-07 08:07:38 -08:00
parent f37c6045ce
commit 216460af69

View File

@@ -6,7 +6,7 @@
'use strict';
import * as path from 'path';
import * as fs from 'original-fs';
import * as fs from 'fs';
import * as platform from 'vs/base/common/platform';
import * as paths from 'vs/base/common/paths';
import { OpenContext } from 'vs/code/common/windows';