Conda interpreters type not being determined #10886
Labels
area-environments
Features relating to handling interpreter environments
bug
Issue identified by VS Code Team member as probable bug
verified
Verification succeeded
Milestone
Uh oh!
There was an error while loading. Please reload this page.
In https://github.com/Microsoft/vscode-python/blob/7c81cfcd06cdbfd91224489864ac3c9ae2c16d59/src/client/interpreter/virtualEnvs/index.ts#L50,
We determine the type of the interpreter user has set in the settings. It looks we don't bother determining whether this is a conda environment or not, which means even if the interpreter type is
Conda
, it's being interpreted asUnknown
type.cc @luabud
The text was updated successfully, but these errors were encountered: