Skip to content
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

Expose API to determine when user installs Python #16675

Closed
DonJayamanne opened this issue Jul 13, 2021 · 2 comments
Closed

Expose API to determine when user installs Python #16675

DonJayamanne opened this issue Jul 13, 2021 · 2 comments

Comments

@DonJayamanne
Copy link

Assume user doesn't have Python & they install this extension.
Later the user installs Python (but doesn't close VS Code).

  • Does the python extension handle this scenario (detecting installation of Python after extension has been activated)
    • If no, can we add this?
  • Can we expose this via some api to the Jupyter extension.
    • via an event indicating the list of interpreters have changed
@brettcannon
Copy link
Member

We ripped out the code to detect this because it didn't lead to more user engagement in selecting interpreters. Plus it can't work on Windows due to not being able to be notified when the registry is modified.

@DonJayamanne
Copy link
Author

Thanks,

@karthiknadig karthiknadig removed the triage-needed Needs assignment to the proper sub-team label Jul 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants