`conda` not working within the `inshellisense` instance
Describe the bug
Once an inshellisense shell has been spun up it is impossible to access any conda environment
To Reproduce
- Open any terminal
- Start an
inshellisenseshell (non-login due to https://github.com/microsoft/inshellisense/issues/285) - Activate a
condaenvironment usingconda activateor by opening a project in VSCode that supports local.condaenv - See that by doing
which pythonthe path is not the one from the selected environment
Expected behavior
I'd expect that the conda environment would get activate as usual, showing the correct path when queried and allow the user to access the dependencies which are installed in that environment
Environment
- OS: [e.g. iOS] MacOS Sonoma 14.6.1 (23G93)
- Output of is --version: 0.0.1-rc.16
- Nodejs Version: [e.g. 20.9.0] v22.2.0
- Shell: [e.g. bash, zsh, fish] zsh
- Shell Version: [e.g. 5.2.21] zsh 5.9 (x86_64-apple-darwin23.0)
Additional context
I installed the miniconda distribution from https://docs.anaconda.com/miniconda/
running conda 23.11.0
@cpendery you added this issue to an already closed milestone. Bringing it to your attention just in case it was a mistake.
This should be fixed in 0.0.1-rc.17 which is releasing shortly. Please run is doctor after installing and fix any of the recommendations before retrying