Skip to content

Commit 7f48a19

Browse files
authored
Touch up some info
1 parent 04501cf commit 7f48a19

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/test_plan.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
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
@@ -47,7 +48,7 @@
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

0 commit comments

Comments
 (0)