forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on
Description
conda run
is more reliable than conda activate
: #19967
conda activate
command is much faster than conda run
: conda/conda#11814
We could do a mixture of these two approaches in the extension and return which ever came back with the environment variables faster.
However note this can change with #11039, where we potentially get rid of using conda activate
commands, so it's best to tackle this issue after that.
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on