Customize creation of python environment through "Python: Create environment.." -> "Venv" in the command palette #23125
Labels
area-environments
Features relating to handling interpreter environments
feature-request
Request for new features or functionality
needs community feedback
Awaiting community feedback
When creating a new python virtual environment, I can select which python interpreter to use to create the environment, and that's about it. I would like to add a couple of settings to that useful tool:
(1) Automatically enable the environment in the current terminal (currently a new terminal must be open?)
(2) A list of commands to automatically run on environment creation. In my case, I would like to auto-run the following on environment creation:
(3) An environment name expression where e.g. $WORKSPACE could be used to put in the workspace name (I find very helpful to have the workspace in the environment name in case multiple terminals with multiple environments are opened), e.g.
If any of those feature already exist, I would be happy to try them. I haven't been able to find those settings.
The text was updated successfully, but these errors were encountered: