Skip to content

Test pipenv environments are autoselected #23115

@karrtikr

Description

@karrtikr

Refs: #19153

Complexity: 3

Create Issue


Requirements

  • Python extension pre-release

Verification

  • Install pipenv if not already https://pipenv.pypa.io/en/latest/#install-pipenv-today
  • Create 3 empty projects
  • Open each project in terminal and run the following command, record the python printed at end of it somewhere:
    pipenv run python -c"import sys;print(sys.executable)"
    
    image
  • For each project:
    • Open the project as a workspace folder in VS Code and create a new Python file
    • Make sure the recorded python is the one which is selected:
      image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions