Skip to content

Commit f702f54

Browse files
committed
Checkpoint from VS Code for coding agent session
1 parent e499ca5 commit f702f54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/managers/pipenv/pipenvUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ function nativeToPythonEnv(
9999
const sv = shortVersion(info.version);
100100
const name = info.name || info.displayName || path.basename(info.prefix);
101101
const displayName = info.displayName || `pipenv (${sv})`;
102+
// info.project; ('/Users/eleanorboyd/testing/pipenv-repo');
103+
// pipenv-repo-jKOX-m5Js
102104

103105
const shellActivation: Map<string, PythonCommandRunConfiguration[]> = new Map();
104106
const shellDeactivation: Map<string, PythonCommandRunConfiguration[]> = new Map();

0 commit comments

Comments
 (0)