File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737#### Virtual environments
3838
3939** ALWAYS** :
40- - Use the latest version of Anconda
40+ - Use the latest version of Anaconda
41+ - Realize that ` conda ` is slow
4142- Create an environment with a space in their path somewhere
4243- Make sure that you do not have ` python.pythonPath ` specified in your ` settings.json ` when testing automatic detection
4344- Do note that the ` Select Interpreter ` drop-down window scrolls
4748 - [ ] [ ` Create Terminal ` ] ( https://code.visualstudio.com/docs/python/environments#_activating-an-environment-in-the-terminal ) works
4849 - [ ] Steals focus
4950 - [ ] ` "python.terminal.activateEnvironment": false ` deactivates automatically running the activation script in the terminal
50- - [ ] Detect multiple virtual environments in a directory specified by ` "python.venvPath" `
51+ - [ ] Detect multiple virtual environments contained in the directory specified in ` "python.venvPath" `
5152- [ ] Detected all [ conda environments created with an interpreter] ( https://code.visualstudio.com/docs/python/environments#_conda-environments )
5253 - [ ] Appropriate suffix label specified in status bar (e.g. ` (condaenv) ` )
5354 - [ ] Prompted to install Pylint
You can’t perform that action at this time.
0 commit comments