Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Watch for new conda environments #19856

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

Closed
karrtikr opened this issue Sep 18, 2022 · 1 comment · Fixed by #19877
Closed

Watch for new conda environments #19856

karrtikr opened this issue Sep 18, 2022 · 1 comment · Fixed by #19877
Assignees
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality needs PR Ready to be worked on verification-needed Verification of issue is requested verified Verification succeeded

Comments

@karrtikr
Copy link

karrtikr commented Sep 18, 2022

Before we can expect Jupyter to completely rely on the discovery API in #19101, add this fix from Jupyter to here. It watches environments.txt so isn't that expensive.

@karrtikr karrtikr added feature-request Request for new features or functionality area-environments Features relating to handling interpreter environments needs PR Ready to be worked on labels Sep 18, 2022
@karrtikr karrtikr added this to the September 2022 milestone Sep 18, 2022
@karrtikr karrtikr self-assigned this Sep 18, 2022
@karrtikr
Copy link
Author

karrtikr commented Sep 26, 2022

Verification steps:

  • Install pre-release of extension and open a workspace folder.
  • Activate the extension using Python: Select Interpreter command, wait for the list to load. Close the list.
  • Create conda environment using any of the 4 commands:
conda create -n name1 python
conda create -p . python
conda create -n name2
conda create -p .
  • Open the list again make sure it appears.

@karrtikr karrtikr added the verification-needed Verification of issue is requested label Sep 26, 2022
@amunger amunger added the verified Verification succeeded label Sep 28, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality needs PR Ready to be worked on verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants