We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e499ca5 commit f702f54Copy full SHA for f702f54
1 file changed
src/managers/pipenv/pipenvUtils.ts
@@ -99,6 +99,8 @@ function nativeToPythonEnv(
99
const sv = shortVersion(info.version);
100
const name = info.name || info.displayName || path.basename(info.prefix);
101
const displayName = info.displayName || `pipenv (${sv})`;
102
+ // info.project; ('/Users/eleanorboyd/testing/pipenv-repo');
103
+ // pipenv-repo-jKOX-m5Js
104
105
const shellActivation: Map<string, PythonCommandRunConfiguration[]> = new Map();
106
const shellDeactivation: Map<string, PythonCommandRunConfiguration[]> = new Map();
0 commit comments