use new path implementation (#68538)

* adopt paths.node over path

* fix strict null

* remove hacky typing inlabel.test.ts
This commit is contained in:
SteVen Batten
2019-02-12 20:14:50 +01:00
committed by Benjamin Pasero
parent 92b16d8f7a
commit 5ebd625b40
85 changed files with 215 additions and 221 deletions

View File

@@ -6,7 +6,7 @@
import { localize } from 'vs/nls';
import product from 'vs/platform/node/product';
import pkg from 'vs/platform/node/package';
import * as path from 'path';
import * as path from 'vs/base/common/paths.node';
import * as semver from 'semver';
import { sequence } from 'vs/base/common/async';