forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Closed as not planned
Copy link
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds proposalNeed to make some design decisionsNeed to make some design decisionspartner ask
Description
Based on discussions with @brettcannon
Such an API will be provided that allows Jupyter ext to install Python into an empty conda env
Here's what is happening
- Jupyter installs python into the conda env
- Jupyter ext uses the resolveEnviornment API to get the latest conda env info
- Unfortunately the latest conda env info is not yet returned by the Python extension (Python Ext returns the old info which leads one to believe that Python is not installed into the conda env)
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds proposalNeed to make some design decisionsNeed to make some design decisionspartner ask