Skip to content

Conversation

DonJayamanne
Copy link
Contributor

Fixes #11855

@DonJayamanne DonJayamanne force-pushed the issue11855EmptyCondaEnvs branch 3 times, most recently from 44377c4 to a358844 Compare March 19, 2023 23:08
@DonJayamanne DonJayamanne changed the title Support selection of Python environments without Conda Expose env info when firing change events Mar 19, 2023
@DonJayamanne DonJayamanne force-pushed the issue11855EmptyCondaEnvs branch from a358844 to a659061 Compare March 20, 2023 08:55
}

public get onDidChangeInterpreters(): Event<void> {
public get onDidChangeInterpreters(): Event<PythonEnvironment[]> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fairly small change, however the API is widely used hence the ripple effect of having to update a lot of tests and other source files.

@DonJayamanne DonJayamanne marked this pull request as ready for review March 20, 2023 08:56
@DonJayamanne DonJayamanne merged commit 66e2587 into main Mar 20, 2023
@DonJayamanne DonJayamanne deleted the issue11855EmptyCondaEnvs branch March 20, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conda environments without Python are not displayed in the Kernel Picker
2 participants