mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
use new path implementation (#68538)
* adopt paths.node over path * fix strict null * remove hacky typing inlabel.test.ts
This commit is contained in:
committed by
Benjamin Pasero
parent
92b16d8f7a
commit
5ebd625b40
@@ -3,7 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as path from 'path';
|
||||
import * as path from 'vs/base/common/paths.node';
|
||||
|
||||
import { URI, UriComponents } from 'vs/base/common/uri';
|
||||
import * as Objects from 'vs/base/common/objects';
|
||||
|
||||
Reference in New Issue
Block a user