Skip to content

Commit 06ef77e

Browse files
DonJayamanneanthonykim1
authored andcommitted
Handle poetry env manager from native locator (microsoft#23983)
For microsoft#23982
1 parent 9e44466 commit 06ef77e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)