<!-- **PLEASE** look for preexisting feature requests before opening a new one as a 👍 on a preexisting issue is more important than opening a new issue or leaving a comment. --> Refs: https://github.com/microsoft/vscode-python/issues/19153 - [x] windows @Tyriar - [x] linux @rzhao271 - [x] macOS @ulugbekna Complexity: 3 [Create Issue](https://github.com/microsoft/vscode-python/issues/new?body=Testing+%2323116%0A%0A&assignees=karrtikr) --- ### Requirements - Python extension pre-release ### Verification - Install poetry if not already https://python-poetry.org/docs/#installing-with-the-official-installer - Create 3 empty projects - Open each project in terminal and run the following commands: - Initialize the poetry project, keep pressing `Enter` until finished: ``` poetry init ``` - Create a virtual environment and print executable ``` poetry run python -c"import sys;print(sys.executable)" ``` - Record the executable printed at end of it  - 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: 
Refs: #19153
Complexity: 3
Create Issue
Requirements
Verification
Enteruntil finished: