forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Closed
Copy link
Labels
Milestone
Description
Refs: #19850
- macOS @jrieken
- linux @roblourens
- windows @devinvalenciano
Complexity: 3
Requirements:
- Conda v4.10 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
condaoption. - 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 environment.yml
Refer this for environment.yml: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#create-env-file-manually
- Open a workspace folder containing some python files.
- Run the
Python: Create Environmentcommand. - Select
condaoption. - 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.