Environment data
- VS Code version: 1.23.1
- Extension version (available under the Extensions sidebar): 2018.5.0
- OS and version: Linux Manjaro 4.16.13-1
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.3 / conda version: 4.5.2
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
Actual behavior
I am using the zsh shell. When I create a new python terminal it uses source activate 'name_of_environment'
Expected behavior
I am using the zsh shell. When I create a new python terminal it uses conda activate 'name_of_environment
Steps to reproduce:
- install latest conda
- add ". /etc/profile.d/conda.sh" to your .zshrc file as recommended by any conda version after 4.4
- try to create a new python terminal within vscode whille the activateEnviroment setting is true
Environment data
Actual behavior
I am using the zsh shell. When I create a new python terminal it uses
source activate 'name_of_environment'Expected behavior
I am using the zsh shell. When I create a new python terminal it uses
conda activate 'name_of_environmentSteps to reproduce: