Any way to improve the usability of conda environments auto-start? #25447
-
When I open the integrated terminal while working on a Python project, VS Code auto-activates the associated Conda environment in the terminal. This is good, I want it to do that. However, the way it does so is by copy-pasting and running the command in the terminal itself, after it has launched. This is terrible user experience, because it comes with a delay, and half the time I will have started typing something already leading VS Code to execute gibberish. This ruins both the command I was trying to execute and the environment configuration. This is always annoying, and in rare cases it may be even dangerous. Is there a way to improve the user experience of this feature? It feels extremely clunky. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Thank you for your note. I totally agree that the experience is slow right now and this is something we are working on. We are moving towards a better experience (with the python environments extension and shell integration) but are still in the transition process so there are still issues / lag. You should be able to see in our release notes when we go to fully using the python environments extension (in a month or so) and then if you are still having issues with performance, lets circle back. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi! Thank you for your note. I totally agree that the experience is slow right now and this is something we are working on. We are moving towards a better experience (with the python environments extension and shell integration) but are still in the transition process so there are still issues / lag. You should be able to see in our release notes when we go to fully using the python environments extension (in a month or so) and then if you are still having issues with performance, lets circle back. Thanks!