Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86219d1

Browse filesBrowse files
authored
Display prefix if there's no exe (#23678)
1 parent a0f2fb3 commit 86219d1
Copy full SHA for 86219d1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts
+1-1Lines 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.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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.