paths - paths.node.ts => path.ts

This commit is contained in:
Benjamin Pasero
2019-02-12 20:36:09 +01:00
parent b0acf49b18
commit 622b3d62dd
156 changed files with 161 additions and 159 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as path from 'vs/base/common/paths.node';
import * as path from 'vs/base/common/path';
import { URI, UriComponents } from 'vs/base/common/uri';
import * as Objects from 'vs/base/common/objects';