forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #19850
- macOS @meganrogge
- linux @jrieken
- windows @bamurtaugh
Complexity: 2
Requirements:
- Python v3.7 or greater
- Python extension pre-release.
Verification
Workspace folder with only python code.
- Open a workspace folder containing some python files.
- Run the
Python: Create Environmentcommand. - Select
venvoption. - Go through the steps, to get the environment created.
- See if extension pop up a notification to select it.
Workspace folder with python code and requirements.txt
Sample requirement.txt: https://github.com/microsoft/vscode-isort/blob/main/requirements.txt
- Open a workspace folder containing some python files.
- Run the
Python: Create Environmentcommand. - Select
venv. - Go through the steps, to get the environment created.
- Look at the logs to see if the packages in requirements.txt were installed.
- See if extension pops up a notification to select it.
NOTE: Extension notification on environment creation is temporary, we plan on suppressing it and selecting the environment automatically on creation. If you do feel that notification is helpful, let us know.