Skip to content

Commit 8ea21a9

Browse files
authored
Handle poetry env manager from native locator (#23983)
For #23982
1 parent e751377 commit 8ea21a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/client/pythonEnvironments/nativeAPI.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ class NativePythonEnvironments implements IDiscoveryAPI, Disposable {
337337
traceLog(`Pyenv environment manager found at: ${native.executable}`);
338338
setPyEnvBinary(native.executable);
339339
break;
340+
case 'poetry':
341+
traceLog(`Poetry environment manager found at: ${native.executable}`);
342+
break;
340343
default:
341344
traceWarn(`Unknown environment manager: ${native.tool}`);
342345
break;

0 commit comments

Comments
 (0)