debt - use our paths lib over node

This commit is contained in:
Benjamin Pasero
2019-02-12 20:22:22 +01:00
parent 6e71414c10
commit 511a905404
47 changed files with 47 additions and 47 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 'path';
import * as path from 'vs/base/common/paths.node';
import * as fs from 'fs';
import * as json from 'vs/base/common/json';
import { Registry } from 'vs/platform/registry/common/platform';