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

@@ -6,7 +6,7 @@
import * as sinon from 'sinon';
import * as assert from 'assert';
import * as os from 'os';
import * as path from 'vs/base/common/paths.node';
import * as path from 'vs/base/common/path';
import * as fs from 'fs';
import * as json from 'vs/base/common/json';
import { Registry } from 'vs/platform/registry/common/platform';