Skip to content

Commit

Permalink
Merge branch 'main' into rchiodo/update_latest_lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Aug 23, 2024
2 parents 962cd6e + 8ea21a9 commit 2a6dde2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/pythonEnvironments/nativeAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ class NativePythonEnvironments implements IDiscoveryAPI, Disposable {
traceLog(`Pyenv environment manager found at: ${native.executable}`);
setPyEnvBinary(native.executable);
break;
case 'poetry':
traceLog(`Poetry environment manager found at: ${native.executable}`);
break;
default:
traceWarn(`Unknown environment manager: ${native.tool}`);
break;
Expand Down

0 comments on commit 2a6dde2

Please sign in to comment.