-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
There are two ways user can do Quick Create.
When user goes from Create Virtual Environment -> Quick Create, the workspace dependencies are installed in the newly created virtual environment.
When user goes from Create Virtual Environment -> venv -> Quick Create, the workspace dependencies are NOT installed in the newly created virtual environment. This is because the packages are not collected in the code flow. This PR adds that step back.
copied over from PR description on #1054 by @StellaHuang95
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded