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 ebc683a commit 6181f44Copy full SHA for 6181f44
src/client/envExt/api.legacy.ts
@@ -77,13 +77,13 @@ function toLegacyType(env: PythonEnvironment): PythonEnvironmentLegacy {
77
const ver = parseVersion(env.version);
78
const envType = toEnvironmentType(env);
79
return {
80
- id: env.environmentPath.fsPath,
+ id: env.execInfo.run.executable,
81
displayName: env.displayName,
82
detailedDisplayName: env.name,
83
envType,
84
envPath: env.sysPrefix,
85
type: getEnvType(envType),
86
- path: env.environmentPath.fsPath,
+ path: env.execInfo.run.executable,
87
version: {
88
raw: env.version,
89
major: ver.major,
0 commit comments