forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Try out the Environments extension #24503
Labels
Milestone
Comments
karthiknadig
changed the title
TPI: Try out the environment extension
Test Try out the Environments extension
Dec 2, 2024
karthiknadig
changed the title
Test Try out the Environments extension
Test: Try out the Environments extension
Dec 2, 2024
This was referenced Dec 3, 2024
The python environments view is not intuitive for a beginner
microsoft/vscode-python-environments#43
Closed
Closed
This was referenced Dec 3, 2024
Open
This was referenced Dec 3, 2024
Closed
This was referenced Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: #24025, #24067, #23155
Complexity: 3
Create Issue
Introduction
You are testing the environments extension. This extension is intended to replace the functionality of the python extension, specifically the environment management parts. When installed along side with Python extension, the environments extension will provide the various features that you normally used the python extension for, such as selecting environments, creating, deleting, managing packages etc. The current implement supports virtual environment via
venv
as a built-in feature.Requirements:
Testing:
venv
environment if it does not exist. If it does make sure that it got selected. This view should have the info you need:venv
are activated environments, environments view and project view should have an inline command create terminal try it..venv
you created from file explorer, see what happens. (Note: deleting from outside of VS Code might not work because VS Code watcher does not report folder deletions, unless we specifically watch that folder)The text was updated successfully, but these errors were encountered: