We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a236c commit c5c7c30Copy full SHA for c5c7c30
src/test/common/platform/filesystem.test.ts
@@ -12,7 +12,7 @@ import {
12
IFileSystemUtils, IRawFileSystem
13
} from '../../../client/common/platform/types';
14
import {
15
- DOES_NOT_EXIST, assertDoesNotExist, assertExists, FSFixture, WINDOWS
+ assertDoesNotExist, assertExists, DOES_NOT_EXIST, FSFixture, WINDOWS
16
} from './filesystem.functional.test';
17
18
// Note: all functional tests that do not trigger the VS Code "fs" API
0 commit comments