-
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
Add prompt to select virtual environment for the worskpace #5092
Conversation
8e72118
to
1d04906
Compare
5c66764
to
09a6edb
Compare
src/client/interpreter/locators/services/workspaceVirtualEnvWatcherService.ts
Outdated
Show resolved
Hide resolved
src/client/interpreter/locators/services/workspaceVirtualEnvWatcherService.ts
Outdated
Show resolved
Hide resolved
src/client/interpreter/locators/services/workspaceVirtualEnvWatcherService.ts
Outdated
Show resolved
Hide resolved
src/test/interpreters/locators/cacheableLocatorService.unit.test.ts
Outdated
Show resolved
Hide resolved
a4ed22b
to
b2de48e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for the following scenarios:
- If a global interpreter is selected and the extension detects the existence of a new virtual environment
Note: Above is the scenario we're trying to address, hence a test MUST exist for this. I.e are we addressing the requirement?
Co-Authored-By: karrtikr <[email protected]>
The PMs updated me that we are indifferent if global interpreter is selected or not, we'll show the prompt in both cases. Updated accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please accept my suggestion to include a comment for the sleep
and then merge.
Co-Authored-By: karrtikr <[email protected]>
For #4908
[ ] Test plan is updated as appropriate[ ]package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)[ ] The wiki is updated with any design decisions/details.