Skip to content

Commit d4c5d68

Browse files
committed
fix: build
1 parent 98bd3b7 commit d4c5d68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/managers/pipenv/pipenvUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Utility functions for Pipenv environment management
22

3+
import * as fs from 'fs-extra';
34
import * as path from 'path';
45
import { Uri } from 'vscode';
56
import which from 'which';
@@ -13,6 +14,7 @@ import {
1314
import { ENVS_EXTENSION_ID } from '../../common/constants';
1415
import { traceError, traceInfo } from '../../common/logging';
1516
import { getWorkspacePersistentState } from '../../common/persistentState';
17+
import { untildify } from '../../common/utils/pathUtils';
1618
import { getSettingWorkspaceScope } from '../../features/settings/settingHelpers';
1719
import {
1820
isNativeEnvInfo,

0 commit comments

Comments
 (0)