forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-prioritylinuxmacos
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
area-terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-prioritylinuxmacos