mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +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
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as nls from 'vs/nls';
|
||||
import * as path from 'path';
|
||||
import * as path from 'vs/base/common/paths.node';
|
||||
import { Barrier } from 'vs/base/common/async';
|
||||
import { IDisposable, dispose } from 'vs/base/common/lifecycle';
|
||||
import { TernarySearchTree } from 'vs/base/common/map';
|
||||
|
||||
Reference in New Issue
Block a user