We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bd3b7 commit d4c5d68Copy full SHA for d4c5d68
src/managers/pipenv/pipenvUtils.ts
@@ -1,5 +1,6 @@
1
// Utility functions for Pipenv environment management
2
3
+import * as fs from 'fs-extra';
4
import * as path from 'path';
5
import { Uri } from 'vscode';
6
import which from 'which';
@@ -13,6 +14,7 @@ import {
13
14
import { ENVS_EXTENSION_ID } from '../../common/constants';
15
import { traceError, traceInfo } from '../../common/logging';
16
import { getWorkspacePersistentState } from '../../common/persistentState';
17
+import { untildify } from '../../common/utils/pathUtils';
18
import { getSettingWorkspaceScope } from '../../features/settings/settingHelpers';
19
import {
20
isNativeEnvInfo,
0 commit comments