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 a0f2fb3 commit 86219d1Copy full SHA for 86219d1
src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts
@@ -293,7 +293,7 @@ class NativeGlobalPythonFinderImpl extends DisposableBase implements NativeGloba
293
294
disposable.add(
295
this.connection.onNotification('environment', (data: NativeEnvInfo) => {
296
- this.outputChannel.info(`Discovered env: ${data.executable || data.executable}`);
+ this.outputChannel.info(`Discovered env: ${data.executable || data.prefix}`);
297
this.outputChannel.trace(`Discovered env info:\n ${JSON.stringify(data, undefined, 4)}`);
298
// We know that in the Python extension if either Version of Prefix is not provided by locator
299
// Then we end up resolving the information.
0 commit comments