Skip to content

Commit 6969c45

Browse files
Feat: Add pyenv interpreters when creating environments with venv, resolves #20881
1 parent 5eef525 commit 6969c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/pythonEnvironments/creation/provider/venvCreationProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export class VenvCreationProvider implements CreateEnvironmentProvider {
162162
EnvironmentType.System,
163163
EnvironmentType.MicrosoftStore,
164164
EnvironmentType.Global,
165+
EnvironmentType.Pyenv,
165166
].includes(i.envType),
166167
{
167168
skipRecommended: true,

0 commit comments

Comments
 (0)