8000 Display prefix if there's no exe (#23678) · igorgaming/vscode-python@86219d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86219d1

Browse files
authored
Display prefix if there's no exe (microsoft#23678)
1 parent a0f2fb3 commit 86219d1

File tree

Expand file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class NativeGlobalPythonFinderImpl extends DisposableBase implements NativeGloba
293293

294294
disposable.add(
295295
this.connection.onNotification('environment', (data: NativeEnvInfo) => {
296-
this.outputChannel.info(`Discovered env: ${data.executable || data.executable}`);
296+
this.outputChannel 4B58 .info(`Discovered env: ${data.executable || data.prefix}`);
297297
this.outputChannel.trace(`Discovered env info:\n ${JSON.stringify(data, undefined, 4)}`);
298298
// We know that in the Python extension if either Version of Prefix is not provided by locator
299299
// Then we end up resolving the information.

0 commit comments

Comments
 (0)
0