File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66import * as extpath from 'vs/base/common/extpath' ;
77import * as paths from 'vs/base/common/path' ;
8- import { URI , originalFSPath } from 'vs/base/common/uri' ;
8+ import { URI , originalFSPath as uriOriginalFSPath } from 'vs/base/common/uri' ;
99import { equalsIgnoreCase } from 'vs/base/common/strings' ;
1010import { Schemas } from 'vs/base/common/network' ;
1111import { isLinux , isWindows } from 'vs/base/common/platform' ;
1212import { CharCode } from 'vs/base/common/charCode' ;
1313import { ParsedExpression , IExpression , parse } from 'vs/base/common/glob' ;
1414import { TernarySearchTree } from 'vs/base/common/map' ;
1515
16- export { originalFSPath } ;
16+ export const originalFSPath = uriOriginalFSPath ;
1717
1818export function getComparisonKey ( resource : URI ) : string {
1919 return hasToIgnoreCase ( resource ) ? resource . toString ( ) . toLowerCase ( ) : resource . toString ( ) ;
You can’t perform that action at this time.
0 commit comments