Skip to content

Commit

Permalink
Feat: Add pyenv interpreters when creating environments with venv, re…
Browse files Browse the repository at this point in the history
…solves microsoft#20881
  • Loading branch information
JonathanRayner authored May 10, 2023
1 parent 5eef525 commit 6969c45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export class VenvCreationProvider implements CreateEnvironmentProvider {
EnvironmentType.System,
EnvironmentType.MicrosoftStore,
EnvironmentType.Global,
EnvironmentType.Pyenv,
].includes(i.envType),
{
skipRecommended: true,
Expand Down

0 comments on commit 6969c45

Please sign in to comment.