debt - do not directly use node.js path module

This commit is contained in:
Benjamin Pasero
2021-10-04 14:13:30 +02:00
parent d3d722b9bb
commit 80ca5cfdba
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import * as fs from 'fs';
import * as path from 'path';
import * as path from 'vs/base/common/path';
import { URI } from 'vs/base/common/uri';
import { ExtensionStoragePaths as CommonExtensionStoragePaths } from 'vs/workbench/api/common/extHostStoragePaths';
import { Disposable } from 'vs/base/common/lifecycle';