forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-teamverifiedVerification succeededVerification succeeded
Milestone
Description
Jupyter extension invokes the refreshEnvironments
API method.
However even after this promise resolves, we get events being triggered for onDidChangeEnvironments
.
Meaning the discovery has not been completed.
I.e. once refreshEnvironments
, then this means all discovery has been completed, however events being triggered means this is still in progress.
I would not expect any more events to be triggered for onDidChangeEnvironments
after the refreshEnvironments
promise resolves. Similarly I would not expect any changes to known
after this refresh promise.
Exceptions include users creating/removing python environments, however when it comes to refresh
the expectation is that this promise should resolve after everything has been completed.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-teamverifiedVerification succeededVerification succeeded