forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisionspartner ask
Description
Currenly the Jupyter Extension requires access to the Conda executable hence we have a private API that exposes
- getCondaFile
- getCondaVersion
Ideally just exposing the conda file would suffice, as the version can be derived from the executable.
Similarly I have an ask to expose this in my Python Environment manager, currently I need access to PyEnv, Conda, PipEnv, and other tools.
Given the fact that the tools are exposed in the envs, I think we can look into exposing the executable path as well via some API.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisionspartner ask