For both virtual and conda environments, if you launch VS Code from an activated environment, we should pick that up and automatically select that environment for the user if no environment had been previously selected.
One open question, though, is what to do if you had an environment previously selected? Do we:
- Ignore the one you launched VS Code under?
- Automatically select the activated one?
- Prompt to see whether you want to keep your previously selected environment or switch to the activated one?
For both virtual and conda environments, if you launch VS Code from an activated environment, we should pick that up and automatically select that environment for the user if no environment had been previously selected.
One open question, though, is what to do if you had an environment previously selected? Do we: